Interface | Description |
---|---|
IEventHandler |
Interface for all event handling classes.
|
IEventListener |
Generic event listener
|
IEventMultiTopicProducer |
Common interface for all event producers that can produce events on multiple
topic channels.
|
IEventProducer |
Base interface for all objects accepting producing events and accepting
registration of event listeners
|
Class | Description |
---|---|
CommandStatus |
Simple data structure to hold status information for a command
|
EntityEvent<EventTypeEnum extends java.lang.Enum<?>> |
Base class for all events that relates to a particular entity.
An entity in SensorHub can be a sensor, a process, etc. |
Event<EventTypeEnum extends java.lang.Enum<?>> |
Immutable base class for all sensor hub events.
|
ValueRange<DataType> |
Immutable object for storing ranges of values of any types
|
Enum | Description |
---|---|
CommandStatus.StatusCode |
Exception | Description |
---|---|
SensorHubException |
Base exception class for all exceptions generated in SensorHub
|