com.tibco.bpm.web.client.model.pagebus.callbacks
Class OnUnsubscribeCallback

java.lang.Object
  extended by com.tibco.bpm.web.client.model.pagebus.callbacks.OnUnsubscribeCallback

public abstract class OnUnsubscribeCallback
extends java.lang.Object

This callback is invoked when a client unsubscribes. This can be specified on the ManagedHub constructor and is used to define a custom policy that controls which clients are allowed to subscribe to which topics.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
OnUnsubscribeCallback()
           
 
Method Summary
static com.google.gwt.core.client.JavaScriptObject getNativeCallback(OnUnsubscribeCallback instance)
           
protected abstract  void onUnsubscribe(java.lang.String topic, java.lang.Object container)
          Callback handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnUnsubscribeCallback

public OnUnsubscribeCallback()
Method Detail

onUnsubscribe

protected abstract void onUnsubscribe(java.lang.String topic,
                                      java.lang.Object container)
Callback handler.

Parameters:
topic - The topic to which the container is subscribing.
container - The container that is subscribing.

getNativeCallback

public static final com.google.gwt.core.client.JavaScriptObject getNativeCallback(OnUnsubscribeCallback instance)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.