|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.algosome.common.util.ThreadListenerAdapter
public class ThreadListenerAdapter
Empty implementation of the ThreadListener interface to make implementation easier.
Constructor Summary | |
---|---|
ThreadListenerAdapter()
|
Method Summary | |
---|---|
void |
notifyOfEvent(java.lang.Object o)
Called by the thread to notify clients of an event. |
void |
threadFinished(java.lang.Runnable r)
Called after the Thread finishes. |
void |
threadStarted(java.lang.Runnable r)
Fired when the thread first starts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadListenerAdapter()
Method Detail |
---|
public void threadFinished(java.lang.Runnable r)
ThreadListener
threadFinished
in interface ThreadListener
public void notifyOfEvent(java.lang.Object o)
ThreadListener
notifyOfEvent
in interface ThreadListener
public void threadStarted(java.lang.Runnable r)
ThreadListener
threadStarted
in interface ThreadListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |