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

    • ZoneUpdateEvent

      public ZoneUpdateEvent(BOZone zone)
      Instantiates a new zone update event.
      Parameters:
      zone - the zone to update