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
  • Constructor Details

    • SelectedEBPChangedEvent

      public SelectedEBPChangedEvent(EBPInstanceReference reference, Object source)
      Creates this event.
      Parameters:
      reference - the EBPInstanceReference of the selected activity
      source - the part that signals this event.
  • Method Details