eneter.messaging.threading.dispatching
Interface IThreadDispatcherProvider

All Known Implementing Classes:
AndroidDispatching, AsyncDispatching, NoDispatching, SyncDispatching

public interface IThreadDispatcherProvider

Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.


Method Summary
 IThreadDispatcher getDispatcher()
          Returns dispatcher that will invoke methods according to its threading model.
 

Method Detail

getDispatcher

IThreadDispatcher getDispatcher()
Returns dispatcher that will invoke methods according to its threading model.