Interface InstallHook
-
public interface InstallHook
Called when plugin is installed for this chart instance.
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
onInstall(IsChart chart)
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).
-
-
-
Method Detail
-
onInstall
void onInstall(IsChart chart)
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).- Parameters:
chart
- the chart instance.
-
-