org.gudy.azureus2.plugins.utils
Interface AggregatedDispatcher


public interface AggregatedDispatcher

Author:
parg

Method Summary
 void add(Runnable runnable)
           
 void destroy()
           
 Runnable remove(Runnable obj)
           
 

Method Detail

add

void add(Runnable runnable)

remove

Runnable remove(Runnable obj)

destroy

void destroy()