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

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

public abstract class OnSecurityAlertCallback
extends java.lang.Object

This callback is invoked when a security alert is raised.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

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

Constructor Detail

OnSecurityAlertCallback

public OnSecurityAlertCallback()
Method Detail

onSecurityAlert

protected abstract void onSecurityAlert(java.lang.Object source,
                                        java.lang.String alertType)
Callback handler.

Parameters:
source - The Container or HubClient instance that raised the security alert.
alertType - The type of alert.

getNativeCallback

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


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