|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.threading.dispatching.AndroidDispatching
public class AndroidDispatching
Invokes one by one using Android Handler mechanism (e.g. to invoke in the UI thread). This dispatcher is available only for the Android platform.
Constructor Summary | |
---|---|
AndroidDispatching(Handler threadDispatcher)
Constructs dispatcher. |
Method Summary | |
---|---|
IThreadDispatcher |
getDispatcher()
Returns the thread dispatcher which uses the Android Handler class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndroidDispatching(Handler threadDispatcher)
threadDispatcher
- handler used for dispatching.Method Detail |
---|
public IThreadDispatcher getDispatcher()
getDispatcher
in interface IThreadDispatcherProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |