Interface IEvent

All Known Implementing Classes:
Event, JebClientEvent, JebEvent

public interface IEvent
Base interface for events.
  • Method Details

    • getSource

      IEventSource getSource()
    • getType

      Object getType()
    • getData

      Object getData()
    • getTimestamp

      long getTimestamp()
    • shouldStopPropagation

      boolean shouldStopPropagation()