Interface ResetHook
-
public interface ResetHookCalled during chart reset.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReset(IsChart chart)Called during chart reset.
-
-
-
Method Detail
-
onReset
void onReset(IsChart chart)
Called during chart reset.- Parameters:
chart- the chart instance.
-
-