Package org.glassfish.api.event

Interface Summary
EventListener Code that wish to listen to glassfish events should implement this interface and register it to the Events contract implementation.
Events Contract to register/unregister events listener.
 

Class Summary
EventListener.Event<T>  
EventTypes<T> Extensible list of event types.
 

Annotation Types Summary
RestrictTo Sometimes listeners are not interested in receiving all event types, forcing them in checking the event type before doing any type of processing.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.