Class EventTypes<T>


  • public final class EventTypes<T>
    extends Object
    Extensible list of event types. EventTypes are created through the create method and not directly. Events can be compared using == or equals although == is recommended.
    Author:
    dochez