| Package | Description |
|---|---|
| org.glassfish.api.event |
| Modifier and Type | Field and Description |
|---|---|
static EventTypes |
EventTypes.PREPARE_SHUTDOWN |
static EventTypes |
EventTypes.SERVER_READY |
static EventTypes |
EventTypes.SERVER_SHUTDOWN |
static EventTypes |
EventTypes.SERVER_STARTUP |
| Modifier and Type | Method and Description |
|---|---|
static EventTypes |
EventTypes.create(String name) |
static <T> EventTypes<T> |
EventTypes.create(String name,
Class<T> hookType) |
EventTypes<T> |
EventListener.Event.type() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventListener.Event.is(EventTypes type) |
| Constructor and Description |
|---|
Event(EventTypes<T> type) |
Event(EventTypes<T> type,
T hook) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.