Class DatabaseDispatcher.DatabaseEvent

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    DatabaseDispatcher

    class DatabaseDispatcher.DatabaseEvent
    extends java.lang.Object
    implements java.lang.Comparable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Runnable runnable  
      private long time_to_run_event  
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseEvent​(java.lang.Runnable runnable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object ob)  
      • Methods inherited from class java.lang.Object

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

      • time_to_run_event

        private long time_to_run_event
      • runnable

        private java.lang.Runnable runnable
    • Constructor Detail

      • DatabaseEvent

        DatabaseEvent​(java.lang.Runnable runnable)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object ob)
        Specified by:
        compareTo in interface java.lang.Comparable