Uses of Class
org.glassfish.api.event.EventTypes
-
Packages that use EventTypes Package Description org.glassfish.api.event -
-
Uses of EventTypes in org.glassfish.api.event
Fields in org.glassfish.api.event declared as EventTypes Modifier and Type Field Description static EventTypesEventTypes. PREPARE_SHUTDOWNstatic EventTypesEventTypes. SERVER_READYstatic EventTypesEventTypes. SERVER_SHUTDOWNstatic EventTypesEventTypes. SERVER_STARTUPMethods in org.glassfish.api.event that return EventTypes Modifier and Type Method Description static EventTypesEventTypes. create(String name)static <T> EventTypes<T>EventTypes. create(String name, Class<T> hookType)EventTypes<T>EventListener.Event. type()Methods in org.glassfish.api.event with parameters of type EventTypes Modifier and Type Method Description booleanEventListener.Event. is(EventTypes type)Constructors in org.glassfish.api.event with parameters of type EventTypes Constructor Description Event(EventTypes<T> type)Event(EventTypes<T> type, T hook)
-