| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.ui.events |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientService.guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent)
This method informs all interested
listeners
about a change in the currently selected graphical representation of a
model element, for instance, selecting an instance from a list of instances
or the GUI element that displays the user interface of a process step and
thus represents a (running) EBP-instance. |
void |
MultiplexingClientService.guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent) |
void |
SelectedGUIElementChangedListener.guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent)
Informs the listener that a new GUI element has been selected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectedEBPChangedEvent
The event that is signaled to a listener when an executable business process
has been selected (e.g. the selection of a work-list item).
|