apps.mathpadapp.mathtool
Interface LineWidthPanel.LineWidthPanelListener

Enclosing class:
LineWidthPanel

public static interface LineWidthPanel.LineWidthPanelListener

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

See Also:
LineWidthPanelEvent

Method Summary
 void lineWidthChanged(float lineWidth)
          Line width changed.
 

Method Detail

lineWidthChanged

void lineWidthChanged(float lineWidth)
Line width changed.

Parameters:
lineWidth - the line width