Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/SimpleClientEventBus.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.client;
3 -
4 - import org.litesoft.GWT.client.*;
5 -
6 - /**
7 - * A simple, non-distributed Client implementation of an event bus.
8 - */
9 - public class SimpleClientEventBus extends AbstractSimpleEventBus {
10 - public SimpleClientEventBus() {
11 - super( TimedRunnableManager.INSTANCE, AlertUnexpectedEventPackageHandler.INSTANCE );
12 - }
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client;
3 +
4 + import org.litesoft.GWT.client.*;
5 +
6 + /**
7 + * A simple, non-distributed Client implementation of an event bus.
8 + */
9 + public class SimpleClientEventBus extends AbstractSimpleEventBus {
10 + public SimpleClientEventBus() {
11 + super( TimedRunnableManager.INSTANCE, AlertUnexpectedEventPackageHandler.INSTANCE );
12 + }
13 + }