Package org.glassfish.api.event
Interface EventListener
-
public interface EventListenerCode that wish to listen to glassfish events should implement this interface and register it to the Events contract implementation. User: Jerome Dochez
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventListener.Event<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevent(EventListener.Event event)
-
-
-
Method Detail
-
event
void event(EventListener.Event event)
-
-