summaryrefslogtreecommitdiff
path: root/src/traffic-incidents-service/org.genivi.trafficinfo.demo/src/org/genivi/trafficinfo/demo/communicationchannel/async2waycommchannel/Async2WayCommunicationChannelClient.java
blob: 19ff33c1582284f40b62e4c191bf119f70c687c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * 
 * 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.async2waycommchannel;


public interface Async2WayCommunicationChannelClient {
	public long sendRequest(String address, Object data, Async2WayCommunicationChannelDataReceptionListener responseListener);

}