Package com.iizigo.project
Interface IModuleDisposeListener
- All Known Implementing Classes:
- PluginActivator,- PluginDescriptor
 - public interface IModuleDisposeListenerIf a plug-in implements this interface in its (Plugin)Activator, it will be informed when a Module project is disposed of.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onModuleProjectDeconfigured(ModuleModel model)Called when a Module project is de-configured from this plug-in.- void- onModuleProjectDisposed(ModuleModel model)Called when a Module project is disposed of.
 
- Method Detail- onModuleProjectDisposed- void onModuleProjectDisposed(ModuleModel model) Called when a Module project is disposed of.
 - onModuleProjectDeconfigured- void onModuleProjectDeconfigured(ModuleModel model) Called when a Module project is de-configured from this plug-in.