public class StatusStateChangeNotification extends StateChangeNotification
| Constructor and Description |
|---|
StatusStateChangeNotification(StateBundle oldState,
StateBundle newState)
Create a StatusStateChangeNotification object.
|
| Modifier and Type | Method and Description |
|---|---|
StateBundle |
getNewState()
Get the new state of the Agent.
|
StateBundle |
getOldState()
Get the old state of the Agent.
|
encodeObject, getPreviousStategetSerializedObject, getState, setState, toStringgetClassName, getEncodedData, getObject, getOriginAgentInfo, getTimeStamp, setOriginAgentInfopublic StatusStateChangeNotification(StateBundle oldState, StateBundle newState)
oldState - The old state before the State changenewState - The new state, i.e. the current Agent state.public StateBundle getNewState()
public StateBundle getOldState()
Copyright © 2015 LSST. All rights reserved.