|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationListener
The listener interface for receiving events about Essbase Applications. The class that is interested in processing an application event implements this interface, and the object created with that class is registered with an Essbase Application object, using the addApplicationListener method. The relevant method in this interface is then called when an action takes place for an application.
ApplicationEvent, ApplicationAdapter| Method Summary | |
|---|---|
void |
applicationCalcScriptAdded(ApplicationEvent e)invoked when a calculation script has been added to the application. |
void |
applicationCalcScriptRemoved(ApplicationEvent e)invoked when a calculation script has been remove from the application |
void |
applicationDatabaseAdded(ApplicationEvent e)invoked when a database has been added to the application. |
void |
applicationDatabaseRemoved(ApplicationEvent e)invoked when a database has been removed from the application. |
void |
applicationDatabasesAdded(ApplicationEvent e) |
void |
applicationDeleted(ApplicationEvent e)invoked when an application has been deleted. |
void |
applicationFunctionAdded(ApplicationEvent e)Invoked when a function is added to a application. |
void |
applicationFunctionModified(ApplicationEvent e)Invoked when a function is modified from a application. |
void |
applicationFunctionRemoved(ApplicationEvent e)Invoked when a function is removed from a application. |
void |
applicationMacroAdded(ApplicationEvent e)Invoked when a macro is added to a application. |
void |
applicationMacroModified(ApplicationEvent e)Invoked when a macro is modified from a application. |
void |
applicationMacroRemoved(ApplicationEvent e)Invoked when a macro is removed from a application. |
void |
applicationRemoved(ApplicationEvent e)invoked when an application has been removed from its server container. |
void |
applicationRenamed(ApplicationEvent e)invoked when an application has been renamed. |
void |
applicationReportScriptAdded(ApplicationEvent e)invoked when a report script has been added to the application. |
void |
applicationReportScriptRemoved(ApplicationEvent e)invoked when a report script has been remove from the application |
void |
applicationRulesObjectAdded(ApplicationEvent e)invoked when a report script has been added to the application. |
void |
applicationRulesObjectRemoved(ApplicationEvent e)invoked when a report script has been remove from the application |
void |
applicationStarted(ApplicationEvent e)invoked when an application has been started. |
void |
applicationStopped(ApplicationEvent e)invoked when an application has been stopped. |
void |
applicationUpdated(ApplicationEvent e)invoked when an application has been updated. |
void |
applicationVariableAdded(ApplicationEvent e)Invoked when a variable is added to a application. |
void |
applicationVariableModified(ApplicationEvent e)Invoked when a variable is modified from a application. |
void |
applicationVariableRemoved(ApplicationEvent e)Invoked when a variable is removed from a application. |
| Method Detail |
|---|
void applicationRenamed(ApplicationEvent e)
void applicationDeleted(ApplicationEvent e)
void applicationRemoved(ApplicationEvent e)
void applicationStarted(ApplicationEvent e)
void applicationStopped(ApplicationEvent e)
void applicationUpdated(ApplicationEvent e)
void applicationDatabaseAdded(ApplicationEvent e)
void applicationDatabasesAdded(ApplicationEvent e)
void applicationDatabaseRemoved(ApplicationEvent e)
void applicationCalcScriptAdded(ApplicationEvent e)
void applicationCalcScriptRemoved(ApplicationEvent e)
void applicationReportScriptAdded(ApplicationEvent e)
void applicationReportScriptRemoved(ApplicationEvent e)
void applicationRulesObjectAdded(ApplicationEvent e)
void applicationRulesObjectRemoved(ApplicationEvent e)
void applicationMacroAdded(ApplicationEvent e)
void applicationMacroRemoved(ApplicationEvent e)
void applicationMacroModified(ApplicationEvent e)
void applicationFunctionAdded(ApplicationEvent e)
void applicationFunctionRemoved(ApplicationEvent e)
void applicationFunctionModified(ApplicationEvent e)
void applicationVariableAdded(ApplicationEvent e)
void applicationVariableRemoved(ApplicationEvent e)
void applicationVariableModified(ApplicationEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||