Class AgendaInsertEvent


public class AgendaInsertEvent extends InsertEvent<BOAgenda>
Event to insert a BOAgenda.

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

The listener inserts the given BOAgenda.

Since:
17.0
GCApi:
event
Reactors:
BTAgendaInsert(0)
No Spouts
  • Constructor Details

    • AgendaInsertEvent

      public AgendaInsertEvent(BOAgenda input)
      Instantiates a new agenda insert event
      Parameters:
      input - the agenda to insert