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 the create method and not directly. Events can be compared using == or equals although == is recommended.
Author:
dochez