Package de.xima.fc.plugin.config
Interface IPluginShutdown
- 
- All Superinterfaces:
 IFCPlugin,INamedUiElement,INameProviding,ITransferable,Serializable
@Deprecated public interface IPluginShutdown extends IFCPlugin
Deprecated.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
- 
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME 
- 
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidshutdown()Deprecated.useIFCPlugin.shutdown()Methode zum Ausführen von Busineslogik beim Löschen der Plugin-Registrierung- 
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, uninstall, validateConfigurationData 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shutdown
@Deprecated void shutdown()
Deprecated.useIFCPlugin.shutdown()Methode zum Ausführen von Busineslogik beim Löschen der Plugin-Registrierung 
 - 
 
 -