eneter.messaging.threading.dispatching
Interface IThreadDispatcher


public interface IThreadDispatcher

Invokes a method according to specified thread mode.


Method Summary
 void invoke(java.lang.Runnable workItem)
          Invokes method in desired thread.
 

Method Detail

invoke

void invoke(java.lang.Runnable workItem)
Invokes method in desired thread.

Parameters:
workItem - method to be invoked