- All Implemented Interfaces:
- DragAndDropListener
public class CalculatorDragAndDropListener
extends java.lang.Object
implements DragAndDropListener
The listener interface for receiving calculatorDragAndDrop events. The class
that is interested in processing a calculatorDragAndDrop event implements
this interface, and the object created with that class is registered with a
component using the component's
addCalculatorDragAndDropListener method. When
the calculatorDragAndDrop event occurs, that object's appropriate
method is invoked.
- See Also:
CalculatorDragAndDropEvent