de.intarsys.tools.event
Class EventType

java.lang.Object
  extended by 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 an Event.

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

See Also:
Serialized Form

Field Summary
static EventType ALWAYS
           
 
Constructor Summary
EventType(java.lang.String name)
           
 
Method Summary
 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()