Package de.aristaflow.adept2.ui.events
Class SelectedEBPChangedEvent
java.lang.Object
de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
de.aristaflow.adept2.ui.events.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).
- Author:
- Martin Jurisch
-
Field Summary
Fields inherited from class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
selectedElement, source -
Constructor Summary
ConstructorsConstructorDescriptionSelectedEBPChangedEvent(EBPInstanceReference reference, Object source) Creates this event. -
Method Summary
Modifier and TypeMethodDescriptionReturns the EBPInstanceReference of the selected activity.Methods inherited from class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
getSource
-
Constructor Details
-
SelectedEBPChangedEvent
Creates this event.- Parameters:
reference- the EBPInstanceReference of the selected activitysource- the part that signals this event.
-
-
Method Details
-
getElement
Returns the EBPInstanceReference of the selected activity.- Overrides:
getElementin classSelectedGUIElementChangedEvent- Returns:
- an EBP instance reference object
-