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

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

public abstract class OnSeedCallback
extends java.lang.Object

This callback is invoked when creating an IframeContainer of IframeHubClient and the value returned is used to seed the generator which is used to create security tokens.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

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

Constructor Detail

OnSeedCallback

public OnSeedCallback()
Method Detail

onSeed

protected abstract java.lang.String onSeed()
Callback handler.


getNativeCallback

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


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