org.drools.guvnor.client.rpc
Class PushClient
java.lang.Object
org.drools.guvnor.client.rpc.PushClient
public class PushClient
- extends Object
This manages "subscriptions" for when messages are pushed from the server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static PushClient instance()
subscribe
public void subscribe(ServerPushNotification pushed)
unsubscribe
public void unsubscribe(ServerPushNotification pushed)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.