Class TechnicalObjectLoadByAddressEvent


public class TechnicalObjectLoadByAddressEvent extends SimpleBusinessEvent<Long,TechnicalObject>
Event to load a TechnicalObject.
The launcher must provide a valid technical object address id in order to successfully call this event.
The listener loads all the TechnicalObject components starting from the event input, i.e. the given technical object address id.
Since:
9.2
GCApi:
event
Reactors:
BTTechnicalObjectLoadByAddress(0)
No Spouts
  • Constructor Details

    • TechnicalObjectLoadByAddressEvent

      public TechnicalObjectLoadByAddressEvent(Long input)
      Instantiates a new technical object load event.
      Parameters:
      input - the technical object address id
  • Method Details