public class SimulationSetupNotification
extends java.lang.Object
SimulationSetupNotification.SimNoteReason.| Modifier and Type | Class and Description |
|---|---|
static class |
SimulationSetupNotification.SimNoteReason
The Enumeration for the notification reasons.
|
| Constructor and Description |
|---|
SimulationSetupNotification(SimulationSetupNotification.SimNoteReason reason)
Instantiates a new simulation setups change notification.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationSetupNotification.SimNoteReason |
getUpdateReason()
Gets the update reason.
|
void |
setUpdateReason(SimulationSetupNotification.SimNoteReason updateReason)
Sets the update reason.
|
java.lang.String |
toString() |
public SimulationSetupNotification(SimulationSetupNotification.SimNoteReason reason)
reason - the reasonpublic void setUpdateReason(SimulationSetupNotification.SimNoteReason updateReason)
updateReason - the new update reasonpublic SimulationSetupNotification.SimNoteReason getUpdateReason()
public java.lang.String toString()
toString in class java.lang.Object