Uses of Interface
org.apache.hivemind.service.ThreadCleanupListener

Packages that use ThreadCleanupListener
org.apache.hivemind.service Definitions of services provided by the hivemind module. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of ThreadCleanupListener in org.apache.hivemind.service
 

Methods in org.apache.hivemind.service with parameters of type ThreadCleanupListener
 void ThreadEventNotifier.addThreadCleanupListener(ThreadCleanupListener listener)
          Adds the listener.
 void ThreadEventNotifier.removeThreadCleanupListener(ThreadCleanupListener listener)
          Removes the listener, if it has been previously added.
 

Uses of ThreadCleanupListener in org.apache.hivemind.service.impl
 

Methods in org.apache.hivemind.service.impl with parameters of type ThreadCleanupListener
 void ThreadEventNotifierImpl.addThreadCleanupListener(ThreadCleanupListener listener)
           
 void ThreadEventNotifierImpl.removeThreadCleanupListener(ThreadCleanupListener listener)