Interface AfterEventHook


  • public interface AfterEventHook
    Called 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 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