ru.tunegov.mathematic.event
Interface ActionErrorListener

All Superinterfaces:
java.util.EventListener

public interface ActionErrorListener
extends java.util.EventListener

The event set listener interface for the actionError feature.

Since:
Mathematic 1.0

Method Summary
 void actionError(ActionErrorEvent e)
          Invoked when the computation does not get completed successfully.
 

Method Detail

actionError

public void actionError(ActionErrorEvent e)
Invoked when the computation does not get completed successfully.