net.sf.jbaobab.thread
Class RunnableManager.NullManager
java.lang.Object
net.sf.jbaobab.thread.RunnableManager.NullManager
- All Implemented Interfaces:
- RunnableManager
- Enclosing interface:
- RunnableManager
public static final class RunnableManager.NullManager
- extends Object
- implements RunnableManager
A dummny implementation of RunnableManager
. Do not try to
instantiate this class, use RunnableManager.NULL
instead.
- Author:
- Oakyoon Cha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onStart
public void onStart(Runnable runnable)
- Specified by:
onStart
in interface RunnableManager
onShutdown
public void onShutdown(Runnable runnable)
- Specified by:
onShutdown
in interface RunnableManager
onThrow
public void onThrow(Runnable runnable,
Throwable throwable)
- Specified by:
onThrow
in interface RunnableManager