| Package | Description |
|---|---|
| org.glassfish.api.event |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.event(EventListener.Event event) |
T |
EventTypes.getHook(EventListener.Event<T> e) |
void |
Events.send(EventListener.Event event)
Sends a event asynchronously
|
void |
Events.send(EventListener.Event event,
boolean asynchronously)
Sends a event to all listener synchronously or asynchronously.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.