Class AgendaUpdateEvent


public class AgendaUpdateEvent extends UpdateEvent<BOAgenda>
Event to update a BOAgenda.

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

The listener updates all the BOAgenda components starting from the event input, i.e. the given BOAgenda in which all needed components were previously updated.

Since:
17.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • AgendaUpdateEvent

      public AgendaUpdateEvent(BOAgenda agenda)
      Instantiates a new agenda update event.
      Parameters:
      agenda - the BOAgenda to update