net.floodlightcontroller.core.util
Class SingletonTask.SingletonTaskWorker

java.lang.Object
  extended by net.floodlightcontroller.core.util.SingletonTask.SingletonTaskWorker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SingletonTask

protected static class SingletonTask.SingletonTaskWorker
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
SingletonTask.SingletonTaskWorker(SingletonTask parent)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonTask.SingletonTaskWorker

public SingletonTask.SingletonTaskWorker(SingletonTask parent)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable