java.lang.Object
application.presenter.event.model.automation.request.customlight.CustomLightRequestEvent<E>
Type Parameters:
E - the type of the event payload.
All Implemented Interfaces:
Event<E>

public class CustomLightRequestEvent<E extends CustomLightSetupPayload> extends Object implements Event<E>
Custom light setup request event. This is the event with which a doctor request a custom light setup inside the Operating Room.
  • Constructor Details

    • CustomLightRequestEvent

      public CustomLightRequestEvent(String key, E data, String dateTime)
      Default constructor.
      Parameters:
      key - the key of the event.
      data - the data payload of the event.
      dateTime - the datetime of the event.
  • Method Details