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