Interface InstallHook
-
public interface InstallHookCalled 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 voidonInstall(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.
-
-