Class PauseRelease


  • public class PauseRelease
    extends Object
    This message is used by a broker to release a pause in the simulation that was previously requested by the same broker. If valid (the simulation is actually paused as a result of a request by the same broker), it will in turn result in a broadcast sim-resume message giving the updated start time.
    Author:
    John Collins
    • Constructor Detail

      • PauseRelease

        public PauseRelease​(Broker broker)
    • Method Detail

      • getBroker

        public Broker getBroker()