Package de.aristaflow.adept2.ui.events
Class SelectedEBPChangedEvent
- java.lang.Object
-
- de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
-
- de.aristaflow.adept2.ui.events.SelectedEBPChangedEvent
-
public class SelectedEBPChangedEvent extends SelectedGUIElementChangedEvent
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
Constructors Constructor Description SelectedEBPChangedEvent(EBPInstanceReference reference, Object source)
Creates this event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EBPInstanceReference
getElement()
Returns the EBPInstanceReference of the selected activity.-
Methods inherited from class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
getSource
-
-
-
-
Constructor Detail
-
SelectedEBPChangedEvent
public SelectedEBPChangedEvent(EBPInstanceReference reference, Object source)
Creates this event.- Parameters:
reference
- the EBPInstanceReference of the selected activitysource
- the part that signals this event.
-
-
Method Detail
-
getElement
public EBPInstanceReference getElement()
Returns the EBPInstanceReference of the selected activity.- Overrides:
getElement
in classSelectedGUIElementChangedEvent
- Returns:
- an EBP instance reference object
-
-