All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.NotifyChange

java.lang.Object
   |
   +----semper.certificate.NotifyChange

public class NotifyChange
extends Object
implements PrefNotify
This class implements semper.preferences.PrefNotify in order to allow the user handling his trustdomain.

Version:
$Revision: 1.2 $ $Date: 1997/08/26 07:47:30 $
Author:
Torben Pedersen ([email protected])
See Also:
CryptoMan

Constructor Index

 o NotifyChange()
Empty constructor

Method Index

 o notifyChange(String, String)
Used to initiate administration of trustdomain at the user's request.

Constructors

 o NotifyChange
 public NotifyChange()
Empty constructor

Methods

 o notifyChange
 public void notifyChange(String groupName,
                          String fieldName)
Used to initiate administration of trustdomain at the user's request.

Parameters:
groupName - - is the name of the group where the field belongs.
fieldName - - is the name of the field where the change occured.

All Packages  Class Hierarchy  This Package  Previous  Next  Index