Class EventType

java.lang.Object
de.intarsys.tools.event.EventType
All Implemented Interfaces:
Serializable

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

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

See Also:
  • Field Details

    • ALWAYS

      public static final EventType ALWAYS
  • Constructor Details

    • EventType

      public EventType(String name)
  • Method Details

    • getName

      public String getName()