Interface StartHook
-
public interface StartHook
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStart(IsChart chart)
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.
-
-
-
Method Detail
-
onStart
void onStart(IsChart chart)
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.- Parameters:
chart
- the chart instance.
-
-