summaryrefslogtreecommitdiff
path: root/src/traffic-incidents-service/org.genivi.trafficinfo.demo/src/org/genivi/trafficinfo/demo/communicationchannel/DataReceptionListener.java
blob: 1dcabe7f25d7cadb6167eb85040746628409d7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * 
 * Copyright (C) 2013 TomTom International B.V.
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * 
 */
package org.genivi.trafficinfo.demo.communicationchannel;

public interface DataReceptionListener {
    public void dataReceived(Object data);
}