Class EventType

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventType
    extends java.lang.Object
    implements java.io.Serializable
    The type of an Event.

    This is an unique object representing the type / class of an event instance.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EventType ALWAYS  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventType​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALWAYS

        public static final EventType ALWAYS
    • Constructor Detail

      • EventType

        public EventType​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()