synergynetframework.appsystem.contentsystem.items
Interface MathPad.MathHandwritingListener

Enclosing class:
MathPad

public static interface MathPad.MathHandwritingListener

The listener interface for receiving mathHandwriting events. The class that is interested in processing a mathHandwriting event implements this interface, and the object created with that class is registered with a component using the component's addMathHandwritingListener method. When the mathHandwriting event occurs, that object's appropriate method is invoked.

See Also:
MathHandwritingEvent

Method Summary
 void expressionsWritten(java.util.List<mit.ai.nl.core.Expression> expressions)
          Expressions written.
 

Method Detail

expressionsWritten

void expressionsWritten(java.util.List<mit.ai.nl.core.Expression> expressions)
Expressions written.

Parameters:
expressions - the expressions