Class DoneEvent

java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.DoneEvent
All Implemented Interfaces:
AsyncEvent

public class DoneEvent extends BaseEvent implements AsyncEvent
This class contains the data of a done event. This event contains no unique data, so only data available on every event can be accessed through it. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • DoneEvent

      public DoneEvent()
  • Method Details