155156157158159160161
public EventDispatcher getEventDispatcher() { if (isRemoteDebugging()) return getClientSideServiceFactory().createAsyncService(EventDispatcher.class).getService(); else return new EventDispatcherImpl(); }