public class MRvDispatcher
extends java.lang.Object
MDispatcher
Constructor and Description |
---|
MRvDispatcher(MApp app)
Deprecated.
Add a queue to the specified session.
|
MRvDispatcher(MApp app,
MRvSession session)
Deprecated.
Add a queue to the specified session.
|
Modifier and Type | Method and Description |
---|---|
void |
stop()
Deprecated.
Stop this dispatcher.
|
public MRvDispatcher(MApp app, MRvSession session)
Upon creation, the dispatcher removes all events for the specified
MApp
and MRvSession
from the default SDK event queue,
starts its own queue, and dispatches events.
app
- MApp
for which you want to create a dispatcher.session
- MRvSession
instance for which you want to create a dispatcher.public MRvDispatcher(MApp app)
Upon creation, the dispatcher removes all events for the specified
MApp
and MRvSession
from the default SDK event
queue, starts its own queue, and dispatches events.
Use this constructor to dispatch the default queue group.
app
- MApp
for which you want to create a dispatcher.