Class StructureUpdateEvent


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

    • StructureUpdateEvent

      public StructureUpdateEvent(BOStructure boStructure)
      Instantiates a new structure update event.
      Parameters:
      boStructure - the structure to update