Class DelayedEvent


  • public class DelayedEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private TimerEvent event  
    • Constructor Summary

      Constructors 
      Constructor Description
      DelayedEvent​(java.lang.String name, long delay_millis, AERunnable target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      • Methods inherited from class java.lang.Object

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

      • DelayedEvent

        public DelayedEvent​(java.lang.String name,
                            long delay_millis,
                            AERunnable target)
    • Method Detail

      • cancel

        public void cancel()