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

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

Uses of CallBack in com.silverpeas.pdc
 

Classes in com.silverpeas.pdc that implement CallBack
 class PdcCallBack
           
 

Uses of CallBack in com.silverpeas.subscribe
 

Classes in com.silverpeas.subscribe that implement CallBack
 class SubscriptionCallBack
           
 

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.portlet
 

Classes in com.stratelia.silverpeas.portlet that implement CallBack
 class PortletCallBack
          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.