- All Implemented Interfaces:
- java.awt.event.MouseMotionListener, java.util.EventListener
public class JJComponentMouseMotionListener
extends java.lang.Object
implements java.awt.event.MouseMotionListener
The listener interface for receiving JJComponentMouseMotion events.
The class that is interested in processing a JJComponentMouseMotion
event implements this interface, and the object created
with that class is registered with a component using the
component's addJJComponentMouseMotionListener method. When
the JJComponentMouseMotion event occurs, that object's appropriate
method is invoked.
- See Also:
JJComponentMouseMotionEvent