Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -6,10 +6,8 @@
6 6 /**
7 7 * A simple, non-distributed Client implementation of an event bus.
8 8 */
9 - public class SimpleClientEventBus extends AbstractSimpleEventBus
10 - {
11 - public SimpleClientEventBus()
12 - {
9 + public class SimpleClientEventBus extends AbstractSimpleEventBus {
10 + public SimpleClientEventBus() {
13 11 super( TimedRunnableManager.INSTANCE, AlertUnexpectedEventPackageHandler.INSTANCE );
14 12 }
15 13 }