Scheduler.get().scheduleDeferred(
new DummyGetGlossaryDetailsCommand(_action, _callback));
}
else if (action instanceof NoOpResult) {
final NoOpResult _action = (NoOpResult) action;
AsyncCallback<NoOpResult> _callback =
(AsyncCallback<NoOpResult>) callback;
Scheduler.get().scheduleDeferred(
new DummyPublishWorkspaceChatCommand(_callback));
} else if (action instanceof EventServiceConnectedAction) {