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 voidClientService. guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent)This method informs all interestedlistenersabout 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.voidMultiplexingClientService. guiSelectionChanged(SelectedGUIElementChangedEvent selectionChangeEvent)voidSelectedGUIElementChangedListener. 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 classSelectedEBPChangedEventThe event that is signaled to a listener when an executable business process has been selected (e.g.
-