Package org.sensorhub.api.command
Class CommandStreamAddedEvent
java.lang.Object
org.sensorhub.api.event.Event
org.sensorhub.api.system.SystemEvent
org.sensorhub.api.command.CommandStreamEvent
org.sensorhub.api.command.CommandStreamAddedEvent
Event sent when a command stream (i.e. tasking/control input) is added to a system
- 
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
ConstructorsConstructorDescriptionCommandStreamAddedEvent(long timeStamp, String sysUID, String controlInputName) Pass-through to super class constructorCommandStreamAddedEvent(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
- 
CommandStreamAddedEvent
Pass-through to super class constructor- See Also:
 
 - 
CommandStreamAddedEvent
Pass-through to super class constructor- See Also:
 
 - 
CommandStreamAddedEvent
Pass-through to super class constructor- See Also:
 
 
 -