Class BundleOperationInsertEvent


public class BundleOperationInsertEvent extends InsertEvent<BOBundleOperation>
Event to insert a BOBundleOperation.
The launcher must provide a valid BOBundleOperation in order to successfully call this event.
The listener inserts all the BOBundleOperation components starting from the event input, i.e. the given BOBundleOperation in which all needed components were previously set.
Since:
10.1
GCApi:
event
Reactors:
BTBundleOperationInsert(0)
No Spouts
  • Constructor Details

    • BundleOperationInsertEvent

      public BundleOperationInsertEvent(BOBundleOperation input)
      Instantiates a new bundle operation insert event.
      Parameters:
      input - the prepared BOBundleOperation