com.sun.identity.plugin.configuration
インタフェース ConfigurationListener


public interface ConfigurationListener

The interface ConfigurationListener needs to be implemented by applications in order to receive component data change notifications. The method configChanged() is invoked when the component configuration data has been changed.


メソッドの概要
 void configChanged(ConfigurationActionEvent e)
          This method will be invoked when a component's configuration data has been changed.
 

メソッドの詳細

configChanged

void configChanged(ConfigurationActionEvent e)
This method will be invoked when a component's configuration data has been changed. The parameters componentName, realm and configName denotes the component name, organization and configuration instance name that are changed respectively.

パラメータ:
e - Configuration action event, like ADDED, DELETED, MODIFIED etc.