| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| EventListener.Event<T> | |
| EventTypes<T> |
Extensible list of event types.
|
| Annotation Type | Description |
|---|---|
| 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 © 2017–2020 Eclipse Foundation. All rights reserved.