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