Class TimeoutFactory.TimeoutWorker

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    TimeoutFactory

    private static class TimeoutFactory.TimeoutWorker
    extends java.lang.Object
    implements java.lang.Runnable
    A runnable that fires the timeout callback
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private TimeoutExt work  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Override to fire the timeout.
      • Methods inherited from class java.lang.Object

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

      • TimeoutWorker

        TimeoutWorker​(TimeoutExt work)
        Create a new instance.
        Parameters:
        work - The timeout that should be fired.
    • Method Detail

      • run

        public void run()
        Override to fire the timeout.
        Specified by:
        run in interface java.lang.Runnable