Interface IEvent

All Known Implementing Classes:
Event

public interface IEvent
Interface for an event.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the content.
    Get the type.
  • Method Details

    • getType

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

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