Package org.sensorhub.api.command
Class CommandStreamChangedEvent
java.lang.Object
org.sensorhub.api.event.Event
org.sensorhub.api.system.SystemEvent
org.sensorhub.api.command.CommandStreamEvent
org.sensorhub.api.command.CommandStreamChangedEvent
Event sent when a command stream (i.e. tasking/control input) data structure changes
-
Field Summary
Fields inherited from class org.sensorhub.api.command.CommandStreamEvent
cmdStreamIDFields inherited from class org.sensorhub.api.system.SystemEvent
sourceID, systemID, systemUID -
Constructor Summary
ConstructorsConstructorDescriptionCommandStreamChangedEvent(long timeStamp, String sysUID, String controlInputName) Pass-through to super class constructorCommandStreamChangedEvent(String sysUID, String controlInputName) Pass-through to super class constructorPass-through to super class constructor -
Method Summary
Methods inherited from class org.sensorhub.api.command.CommandStreamEvent
assignCommandStreamID, getCommandStreamID, getControlInputName, getSourceIDMethods inherited from class org.sensorhub.api.system.SystemEvent
assignSystemID, getSystemID, getSystemUIDMethods inherited from class org.sensorhub.api.event.Event
getSource, getTimeStamp, toString
-
Constructor Details
-
CommandStreamChangedEvent
Pass-through to super class constructor- See Also:
-
CommandStreamChangedEvent
Pass-through to super class constructor- See Also:
-
CommandStreamChangedEvent
Pass-through to super class constructor- See Also:
-