Interface UninstallHook
-
public interface UninstallHook
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUninstall(IsChart chart)
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).
-
-
-
Method Detail
-
onUninstall
void onUninstall(IsChart chart)
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).- Parameters:
chart
- the chart instance.
-
-