Class ExternalSystemUpdateEvent


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

    • ExternalSystemUpdateEvent

      public ExternalSystemUpdateEvent(BOExternalSystem boExternalSystem)
      Instantiates a new external system update event.
      Parameters:
      boExternalSystem - the external system to update