Class Event

Direct Known Subclasses:
PulseEvent, SSAIEvent, ThumbnailEvent

public class Event extends AbstractEvent<Object>
Represents a single Event, that is designed to be passed down a chain of listeners.
  • Field Details

    • properties

      public final Map<String,Object> properties
      A dynamic set of properties containing data that accompanies specific Events.
  • Constructor Details

    • Event

      public Event(String type)
      Creates an Event with the given type.
      Parameters:
      type - an Event type string, typically one of the EventType constants
  • Method Details