com.ibm.mashups.iwidget.itemset
Interface ManagedItemSetCallbackModel
public ManagedItemSetCallbackModel
This API defines the callback functions for ManagedItemSet.
Method Summary |
void |
postSaveCallbackFn(String managedItemSetName,
Boolean success)
This method defines the callback function after save operation. |
postSaveCallbackFn
void postSaveCallbackFn(String managedItemSetName,
Boolean success)
-
This method defines the callback function after save operation. IWidget may provide this function when invoke
managedItemSet.save(callbackfn)
. The iContext will invoke callbackfn upon save completion.
- Parameters:
managedItemSetName
-
name of ManagedItemSet: attributes,idescriptor,userprofile. Must never be null
.success
-
boolean indicates if save operation is successful or not.
Copyright IBM Corp. 2010 All Rights Reserved.