| Modifier and Type | Interface | Description |
|---|---|---|
interface |
NetworkRequestEvent<CON> |
The
NetworkRequestEvent represents a ConnectionRequest for a
connection and might be vetoed by (depending on the firing observable)
throwing a VetoException or VetoException.VetoRuntimeException by the
according Observer. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CloseEvent |
Implementation of the
ConnectionRequestEvent for
ConnectionRequest.CLOSE. |
class |
OpenEvent |
Implementation of the
ConnectionRequestEvent for
ConnectionRequest.OPEN. |
Copyright © 2018. All rights reserved.