Class ActivityUpdateEvent


public class ActivityUpdateEvent extends UpdateEvent<BOActivity>
Event to update a scheduling BOActivity.

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

The listener updates the given scheduling BOActivity.

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

    • ActivityUpdateEvent

      public ActivityUpdateEvent(BOActivity activity)
      Instantiates a new scheduling activity update event.
      Parameters:
      activity - the scheduling activity to update