Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client
Class ErraiBus

java.lang.Object
  extended by org.jboss.errai.bus.client.ErraiBus
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class ErraiBus
extends Object
implements com.google.gwt.core.client.EntryPoint

The main GWT EntryPoint class for ErraiBus. This class also contains a static global reference to the client MessageBus which can be obtained by calling: ErraiBus.get()


Constructor Summary
ErraiBus()
           
 
Method Summary
static MessageBus get()
          Obtain an instance of the client MessageBus.
static RequestDispatcher getDispatcher()
           
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErraiBus

public ErraiBus()
Method Detail

get

public static MessageBus get()
Obtain an instance of the client MessageBus.

Returns:
Returns instance of MessageBus

getDispatcher

public static RequestDispatcher getDispatcher()

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.