Package org.sensorhub.api.command
Class CommandStreamRemovedEvent
java.lang.Object
org.sensorhub.api.event.Event
org.sensorhub.api.system.SystemEvent
org.sensorhub.api.command.CommandStreamEvent
org.sensorhub.api.command.CommandStreamRemovedEvent
Event sent when a command stream (i.e. tasking/control input) is removed from a system
-
Field Summary
Fields inherited from class org.sensorhub.api.command.CommandStreamEvent
cmdStreamID
Fields inherited from class org.sensorhub.api.system.SystemEvent
sourceID, systemID, systemUID
-
Constructor Summary
ConstructorsConstructorDescriptionCommandStreamRemovedEvent
(long timeStamp, String sysUID, String controlInputName) Pass-through to super class constructorCommandStreamRemovedEvent
(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, getSourceID
Methods inherited from class org.sensorhub.api.system.SystemEvent
assignSystemID, getSystemID, getSystemUID
Methods inherited from class org.sensorhub.api.event.Event
getSource, getTimeStamp, toString
-
Constructor Details
-
CommandStreamRemovedEvent
Pass-through to super class constructor- See Also:
-
CommandStreamRemovedEvent
Pass-through to super class constructor- See Also:
-
CommandStreamRemovedEvent
Pass-through to super class constructor- See Also:
-