ru.tunegov.mathematic.event
Interface TriggerNextActionListener

All Superinterfaces:
java.util.EventListener

public interface TriggerNextActionListener
extends java.util.EventListener

The event set listener interface for the onTriggerNextAction feature.

Since:
Mathematic 1.0

Method Summary
 void triggerNextAction(TriggerNextActionEvent e)
          Invoked when the computation gets completed successfully.
 

Method Detail

triggerNextAction

public void triggerNextAction(TriggerNextActionEvent e)
Invoked when the computation gets completed successfully.