Package com.google.code.yanf4j.core
Interface Dispatcher
-
- All Known Implementing Classes:
PoolDispatcher
public interface DispatcherDispatcher- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatch(Runnable r)voidstop()
-
-
-
Method Detail
-
dispatch
void dispatch(Runnable r)
-
stop
void stop()
-
-