Interface Event<E>
- Type Parameters:
E
- the type of the payload data.
- All Known Implementing Classes:
CustomLightRequestEvent
,MedicalTechnologyAutomationProposalEvent
,MedicalTechnologyAutomationRequestEvent
,MedicalTechnologyEvent
,RoomEvent
public interface Event<E>
Interface that models a generic event with no additional fields but only with a key,
a payload data of type E and the dateTime of the event itself.
-
Method Summary