Uses of Class
de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
-
Packages that use SelectedGUIElementChangedEvent Package Description de.aristaflow.adept2.core.client de.aristaflow.adept2.ui.events -
-
Uses of SelectedGUIElementChangedEvent in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client with parameters of type SelectedGUIElementChangedEvent Modifier and Type Method Description void
ClientService. guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent)
This method informs all interestedlisteners
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. -
Uses of SelectedGUIElementChangedEvent in de.aristaflow.adept2.ui.events
Subclasses of SelectedGUIElementChangedEvent in de.aristaflow.adept2.ui.events Modifier and Type Class 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).
-