public interface IMBMessageHandler
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Method and Description |
|---|---|
String |
getIMBEventName()
Return the IMB event name for which this hander is registered.
|
void |
handle(TByteBuffer imbPayload)
Handle an IMB payload for OTS.
|
void handle(TByteBuffer imbPayload) throws IMBException
imbPayload - TByteBuffer; the IMB payloadIMBException - in case the message cannot be handledString getIMBEventName()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.