Interface IEvent

  • All Known Implementing Classes:
    Event

    public interface IEvent
    Interface for an event.
    • Method Detail

      • getType

        EventType getType()
        Get the type.
        Returns:
        the type.
      • getContent

        java.lang.Object getContent()
        Get the content.
        Returns:
        the content.