public class IMBTransformResult extends Object implements Serializable
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.
Constructor and Description |
---|
IMBTransformResult(Object eventContent,
nl.tudelft.simulation.event.EventListenerInterface eventListener)
Store the results of an IBM message transformation, as the aTByteBuffer message can only be parsed once.
|
Modifier and Type | Method and Description |
---|---|
Object |
getEventContent() |
nl.tudelft.simulation.event.EventListenerInterface |
getEventListener() |
public IMBTransformResult(Object eventContent, nl.tudelft.simulation.event.EventListenerInterface eventListener)
eventContent
- Object; the event content to storeeventListener
- EventListenerInterface; the event listener to storepublic final Object getEventContent()
public final nl.tudelft.simulation.event.EventListenerInterface getEventListener()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.