Package de.intarsys.tools.event
Class EventType
- java.lang.Object
-
- de.intarsys.tools.event.EventType
-
- All Implemented Interfaces:
java.io.Serializable
public class EventType extends java.lang.Object implements java.io.Serializable
The type of anEvent
.This is an unique object representing the type / class of an event instance.
- See Also:
- Serialized Form
-
-
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()
-
-
-
Field Detail
-
ALWAYS
public static final EventType ALWAYS
-
-