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