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