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 Summary
All 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
-
onAfterEvent
void 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
-
-