Interface AfterEventHook
- 
 public interface AfterEventHookCalled after the 'event' has been consumed.
 Note that this hook will not be called if the 'event' has been previously discarded.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterEvent(IsChart chart, PluginEventArgument argument)Called after the 'event' has been consumed.
 Note that this hook will not be called if the 'event' has been previously discarded.
 
- 
- 
- 
Method Detail- 
onAfterEventvoid onAfterEvent(IsChart chart, PluginEventArgument argument) Called after the 'event' has been consumed.
 Note that this hook will not be called if the 'event' has been previously discarded.- Parameters:
- chart- the chart instance.
- argument- instance which contains event context
 
 
- 
 
-