|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.extension.AbstractModuleLifecycle
public abstract class AbstractModuleLifecycle
Extend this class by implementing the callback methods invoked when the module is added to or removed from a workspace, or the module settings are changed
| Constructor Summary | |
|---|---|
AbstractModuleLifecycle()
|
|
| Method Summary | |
|---|---|
abstract void |
onChangeSettings(IModuleContext moduleContext,
ChangedSetting[] changedSettings)
This callback is invoked when one or more settings of a module instance are modified. |
abstract void |
onCreate(IModuleContext context)
This callback is invoked when a module instance is created and added to a workspace. |
abstract void |
onDelete(IModuleContext context)
This callback is invoked before a module instance is removed from workspace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractModuleLifecycle()
| Method Detail |
|---|
public abstract void onCreate(IModuleContext context)
throws ModuleLifecycleException
context - the module context
ModuleLifecycleException
public abstract void onDelete(IModuleContext context)
throws ModuleLifecycleException
context - the module context
ModuleLifecycleException
public abstract void onChangeSettings(IModuleContext moduleContext,
ChangedSetting[] changedSettings)
throws ModuleLifecycleException
moduleContext - the module contextchangedSettings - An array of module settings that have been changed
ModuleLifecycleException
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||