Class ANBroadcastSignalHelper


  • public abstract class ANBroadcastSignalHelper
    extends java.lang.Object
    BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system. This may cause state machine transitions to be fired or associated activities of a target object to be executed. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately after the signals are sent out. It does not wait for receipt. Any reply messages are ignored and are not transmitted to the requestor.
    See Also:
    ANBroadcastSignal