Class DomElement.TimeoutEvent

  • Enclosing class:
    DomElement

    public static class DomElement.TimeoutEvent
    extends java.lang.Object
    Structure for keeping track of timers attached to this element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String event  
      int msec  
      int repeat  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeoutEvent()  
      TimeoutEvent​(int m, java.lang.String e, int r)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • msec

        public int msec
      • event

        public java.lang.String event
      • repeat

        public int repeat
    • Constructor Detail

      • TimeoutEvent

        public TimeoutEvent()
      • TimeoutEvent

        public TimeoutEvent​(int m,
                            java.lang.String e,
                            int r)