Uses of Class
com.netscape.cmscore.request.RequestNotifier
-
Packages that use RequestNotifier Package Description com.netscape.cmscore.apps -
-
Uses of RequestNotifier in com.netscape.cmscore.apps
Fields in com.netscape.cmscore.apps declared as RequestNotifier Modifier and Type Field Description protected RequestNotifier
CMSEngine. pendingNotifier
protected RequestNotifier
CMSEngine. requestNotifier
Methods in com.netscape.cmscore.apps that return RequestNotifier Modifier and Type Method Description RequestNotifier
CMSEngine. getPendingNotifier()
RequestNotifier
CMSEngine. getRequestNotifier()
Methods in com.netscape.cmscore.apps with parameters of type RequestNotifier Modifier and Type Method Description void
CMSEngine. setPendingNotifier(RequestNotifier pendingNotifier)
void
CMSEngine. setRequestNotifier(RequestNotifier requestNotifier)
-