|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AbstractModuleLifecycle instead
public interface IModuleLifecycle
Provides callback methods that are invoked when the module is added to or removed from a workspace
| Method Summary | |
|---|---|
void |
onChangeSettings(IModuleContext moduleContext,
ChangedSetting[] changedSettings)
Deprecated. A callback invoked when one or more settings of a module instance are modified. |
void |
onCreate(IModuleContext context)
Deprecated. A callback invoked when a module instance is created and added to a workspace. |
void |
onDelete(IModuleContext context)
Deprecated. A callback invoked when a module instance is removed from workspace. |
| Method Detail |
|---|
void onCreate(IModuleContext context)
throws ModuleLifecycleException
context - the context for the Module instance
ModuleLifecycleException
void onDelete(IModuleContext context)
throws ModuleLifecycleException
context - the context for the Module instance
ModuleLifecycleException
void onChangeSettings(IModuleContext moduleContext,
ChangedSetting[] changedSettings)
throws ModuleLifecycleException
moduleContext - the context for the Module instancechangedSettings -
ModuleLifecycleException
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||