public class EventEntityUpdateEvent extends UpdateEvent<BOEventEntity>
Event to update a BOEventEntity.
The launcher must provide a valid BOEventEntity in order to successfully call this event.
The listener updates the BOEventEntity starting from the event input, i.e. the given BOEventEntity in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTEventEntityUpdate(0)
No Spouts
  • Constructor Details

    • EventEntityUpdateEvent

      public EventEntityUpdateEvent(BOEventEntity bo)
      Instantiates a new event entity update event.
      Parameters:
      bo - the technical object to update with the updated components