Class EventTypes<T>

java.lang.Object
org.glassfish.api.event.EventTypes<T>

public final class EventTypes<T> extends Object
Extensible list of event types.

EventTypes are created through one of the create methods and not directly.

Events can be compared using == or equals(java.lang.Object) although == is recommended.

Author:
dochez