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