Package org.glassfish.api.event


package org.glassfish.api.event
  • Class
    Description
    Code that wish to listen to glassfish events should implement this interface and register it to the Events contract implementation.
     
    Contract to register/unregister events listener.
    Extensible list of event types.
    Sometimes listeners are not interested in receiving all event types, forcing them in checking the event type before doing any type of processing.