Home » openjdk-7 » javax.security » auth » message » config » [javadoc | source]
javax.security.auth.message.config
public interface: RegistrationListener [javadoc | source]

A Listener that may associated with a provider registration by a user of the registration. The Listener will be notified if the corresponding provider is unregistered or replaced.

Method from javax.security.auth.message.config.RegistrationListener Summary:
notify
Method from javax.security.auth.message.config.RegistrationListener Detail:
 public  void notify(String layer,
    String appContext)
    Notify the listener that a registration with which it was associated, was replaced or unregistered. When a RegistrationListener is associated with a provider registration within the factory, the factory must call its notify method when the corresponding registration is unregistered or replaced.