Class ActivityInsertEvent


public class ActivityInsertEvent extends InsertEvent<BOActivity>
Event to insert a scheduling BOActivity.

The launcher must provide a valid activity in order to successfully call this event.

The listener inserts the given scheduling BOActivity.

Since:
16.0
GCApi:
event
Reactors:
BTActivityInsert(0)
No Spouts
  • Constructor Details

    • ActivityInsertEvent

      public ActivityInsertEvent(BOActivity activity)
      Instantiates a new scheduling activity insert event
      Parameters:
      activity - the scheduling activity to insert