Class SchedulableBundleUpdateEvent


public class SchedulableBundleUpdateEvent extends UpdateEvent<Bundle>
Event to update a Bundle only if the Bundle is in state BOBundleStatus.Values.SCHEDULABLE.
The launcher must provide a valid Bundle in order to successfully call this event.
The listener updates all the Bundle starting from the event input.
Since:
20.1
GCApi:
event
Reactors:
BTSchedulableBundleUpdate(0)
No Spouts
  • Constructor Details

    • SchedulableBundleUpdateEvent

      public SchedulableBundleUpdateEvent(Bundle input)
      Instantiates a new schedulable bundle update event.
      Parameters:
      input - the Bundle to update