org.jboss.errai.bus.client
Class ErraiBus
java.lang.Object
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()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErraiBus
public ErraiBus()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.