Class BundleOperationUpdateEvent


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

    • BundleOperationUpdateEvent

      public BundleOperationUpdateEvent(BOBundleOperation bo)
      Instantiates a new bundle operation update event.
      Parameters:
      bo - the BOBundleOperation to update