Uses of Interface
com.stratelia.silverpeas.silverpeasinitialize.CallBack

Packages that use CallBack
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.silverpeasinitialize   
org.silverpeas.attachment   
 

Uses of CallBack in com.stratelia.silverpeas.notificationManager
 

Classes in com.stratelia.silverpeas.notificationManager that implement CallBack
 class NotificationManagerCallBack
          Class declaration
 

Uses of CallBack in com.stratelia.silverpeas.silverpeasinitialize
 

Methods in com.stratelia.silverpeas.silverpeasinitialize with parameters of type CallBack
 void CallBackManager.subscribeAction(int action, CallBack theObj)
          Deprecated. Subscribes the specified callback function for the given notification event.
 void CallBackManager.subscribeAll(CallBack theObj)
          Deprecated. Subscribes the specified callback function for all notification events, whatever they are.
 void CallBackManager.unsubscribeAction(int action, CallBack theObj)
          Deprecated. Unsubscribes the specified callback function for the given notification event.
 void CallBackManager.unsubscribeAll(CallBack theObj)
          Deprecated. Unsubscribes the specified callback function for all notification events, whatever they are.
 

Uses of CallBack in org.silverpeas.attachment
 

Classes in org.silverpeas.attachment that implement CallBack
 class AttachmentCallback
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.