class ModelEvent.ModelChangeEvent extends Object
Modifier and Type | Field and Description |
---|---|
(package private) String |
federation
The IMB federation.
|
(package private) ModelState |
state
Mode state.
|
int |
uid
Id.
|
Constructor and Description |
---|
ModelChangeEvent(TByteBuffer payload)
Construct a new ModelChangeEvent from an IMB message.
|
Modifier and Type | Method and Description |
---|---|
String |
getFederation()
Retrieve the federation.
|
ModelState |
getState()
Retrieve the model state.
|
int |
getUid()
Retrieve the Id.
|
public final int uid
final ModelState state
final String federation
ModelChangeEvent(TByteBuffer payload)
payload
- TByteBuffer; the IMB messagepublic int getUid()
public ModelState getState()
public String getFederation()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.