Package com.iplanet.am.console.base.model

Provides the classes for implementing Console Event Listener.

See:
          Description

Interface Summary
AMAdminConstants AMAdminConstants contains a set of constants used by various modules in administration console.
AMConsoleListener AMConsoleListener defines a set of Console model event handlers.
AMModel AMModel defines a set of methods that are exposed to view beans.
 

Class Summary
AMConsoleListenerAdapter AMConsoleListenerAdapter provides defaults implementation of methods in AMConsoleListener handlers.
 

Exception Summary
AMConsoleException AMConsoleException is thrown to signal to the view bean that incorrect behavior is encountered in processing a request.
 

Package com.iplanet.am.console.base.model Description

Provides the classes for implementing Console Event Listener. After registering listener with Administrator Console, it shall receive notification whenever an object is created, modified or deleted; before a profile of an object is displayed; and before a tab in header view is displayed.