Class MunicipalityUpdateEvent


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

    • MunicipalityUpdateEvent

      public MunicipalityUpdateEvent(BOMunicipality bo)
      Instantiates a new municipality update event.
      Parameters:
      bo - the BOMunicipality to update