net.sf.jbaobab.thread
Class RunnableManager.NullManager

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jbaobab.thread.RunnableManager
RunnableManager.NullManager
 
Field Summary
 
Fields inherited from interface net.sf.jbaobab.thread.RunnableManager
NULL
 
Method Summary
 void onShutdown(Runnable runnable)
           
 void onStart(Runnable runnable)
           
 void onThrow(Runnable runnable, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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