Interface StopHook
-
public interface StopHookCalled when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStop(IsChart chart)Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.
-
-
-
Method Detail
-
onStop
void onStop(IsChart chart)
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.- Parameters:
chart- the chart instance.
-
-