| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow |
| Modifier and Type | Field and Description |
|---|---|
static EventType<ConnectionEvent> |
ConnectionEvent.ADD |
static EventType<ConnectionEvent> |
ConnectionEvent.ANY |
static EventType<ConnectionEvent> |
ConnectionEvent.REMOVE |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.addConnectionEventListener(EventHandler<ConnectionEvent> handler)
Adds the specified connection-event listener to this connector.
|
void |
Connector.removeConnectionEventListener(EventHandler<ConnectionEvent> handler)
Removes the specified connection-event listener from this connector.
|