apps.threedmanipulationexperiment.listener
Interface ToolListener


public interface ToolListener

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

See Also:
ToolEvent

Method Summary
 void disposeTool(float x, float y)
          Dispose tool.
 

Method Detail

disposeTool

void disposeTool(float x,
                 float y)
Dispose tool.

Parameters:
x - the x
y - the y