public interface DispatchListener
| Modifier and Type | Method and Description | 
|---|---|
| void | threadDismissed(Thread t)Called when a thread leaves JWIG. | 
| void | threadDispatched(Thread t)Called when a new thread enters the JWIG framework through the dispatcher. | 
void threadDismissed(Thread t)
threadDispatched(Thread) can be assumed to have been called with the thread
 before this method is calledvoid threadDispatched(Thread t)
Copyright © 2008-2012 Anders Møller & Mathias Schwarz.