| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow |
| Modifier and Type | Field and Description |
|---|---|
static EventType<ClickEvent> |
ClickEvent.ANY |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.addClickEventListener(EventHandler<ClickEvent> handler)
Adds the specified click-event listener to this connector.
|
void |
Connector.removeClickEventListener(EventHandler<ClickEvent> handler)
Removes the specified click-event listener from this connector.
|