Errai 3.0.1-SNAPSHOT

org.jboss.errai.js.client.bus
Class MsgBus

java.lang.Object
  extended by org.jboss.errai.js.client.bus.MsgBus
All Implemented Interfaces:
org.timepedia.exporter.client.Exportable

public class MsgBus
extends Object
implements org.timepedia.exporter.client.Exportable

Author:
Mike Brock

Constructor Summary
MsgBus()
           
 
Method Summary
 void send(String subject, Object value)
           
 void subscribe(String subject, com.google.gwt.core.client.JavaScriptObject func)
           
 void unsubscribeAll(String subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgBus

public MsgBus()
Method Detail

subscribe

public void subscribe(String subject,
                      com.google.gwt.core.client.JavaScriptObject func)

send

public void send(String subject,
                 Object value)

unsubscribeAll

public void unsubscribeAll(String subject)

Errai 3.0.1-SNAPSHOT

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