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

    • SchedulingInsertEvent

      public SchedulingInsertEvent(BOScheduling input)
      Instantiates a new scheduling insert event.
      Parameters:
      input - the BOScheduling to insert