Class EventHandler<T>
java.lang.Object
org.openremote.agent.protocol.tradfri.device.event.EventHandler<T>
The class that handles events for IKEA TRÅDFRI devices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class of the event that this event handler handlesabstract void
Handle the event
-
Constructor Details
-
EventHandler
public EventHandler()Construct the EventHandler class
-
-
Method Details
-
handle
Handle the event- Parameters:
event
- The event that occurred
-
getEventType
Get the class of the event that this event handler handles- Returns:
- The class of the event that this event handler handles
-