Class TimeDelay.PendingEvent

  • Enclosing class:
    TimeDelay

    public static class TimeDelay.PendingEvent
    extends java.lang.Object
    Data structure to store pending events.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int microstep
      The microstep associated with the pending event.
      Time timeStamp
      The time stamp for the pending event.
      Token token
      The token associated with the event.
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeStamp

        public Time timeStamp
        The time stamp for the pending event.
      • token

        public Token token
        The token associated with the event.
      • microstep

        public int microstep
        The microstep associated with the pending event.
    • Constructor Detail

      • PendingEvent

        public PendingEvent()