Package com.netscape.cmscore.apps
Class PKIServerListener
- java.lang.Object
-
- com.netscape.cmscore.apps.PKIServerListener
-
public class PKIServerListener extends java.lang.Object
A class represents a listener that listens to PKIServer event.- Version:
- $Revision$, $Date$
- Author:
- thomask
-
-
Constructor Summary
Constructors Constructor Description PKIServerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(PKIServerEvent e)
Updates listener with the server event.
-
-
-
Method Detail
-
update
public void update(PKIServerEvent e)
Updates listener with the server event.
-
-