Package org.sensorhub.api.processing
Class ProcessingEvent
java.lang.Object
org.sensorhub.api.event.Event
org.sensorhub.api.system.SystemEvent
org.sensorhub.api.processing.ProcessingEvent
Simple base data structure for all events linked to processing modules
- Since:
- Feb 20, 2015
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Possible event types for a ProcessingEvent -
Field Summary
FieldsFields inherited from class org.sensorhub.api.system.SystemEvent
sourceID, systemID, systemUID
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingEvent
(long timeStamp, String processUID, ProcessingEvent.Type type) Sole constructor -
Method Summary
Methods inherited from class org.sensorhub.api.system.SystemEvent
assignSystemID, getSourceID, getSystemID, getSystemUID
Methods inherited from class org.sensorhub.api.event.Event
getSource, getTimeStamp, toString
-
Field Details
-
type
Type of process event
-
-
Constructor Details
-
ProcessingEvent
Sole constructor- Parameters:
timeStamp
- unix time of event generationprocessUID
- Unique ID of originating processtype
- type of event
-
-
Method Details
-
getType
-