public class FigMouseMotionAdaptor extends Object implements FigMouseMotionListener
Details:
This class minimally implements each method in FigMouseMotionListener
.
This is for convenience, so that more substantial implementations can extend this class and override only the methods of interest.
Constructor and Description |
---|
FigMouseMotionAdaptor() |
Modifier and Type | Method and Description |
---|---|
void |
mouseCursorEntered(FigMouseEvent iEvent)
Mouse cursor entered doodle.
|
void |
mouseCursorExited(FigMouseEvent iEvent)
Mouse cursor exited doodle.
|
void |
mouseCursorMoved(FigMouseEvent iEvent)
Mouse cursor moved in doodle.
|
public void mouseCursorMoved(FigMouseEvent iEvent)
FigMouseMotionListener
Details: This method is called when the mouse cursor is moved across a view and doodle to which this instance is listening.
mouseCursorMoved
in interface FigMouseMotionListener
iEvent
- describes the eventpublic void mouseCursorEntered(FigMouseEvent iEvent)
FigMouseMotionListener
Details: This method is called when the mouse cursor enters a view and doodle to which this instance is listening.
mouseCursorEntered
in interface FigMouseMotionListener
iEvent
- describes the eventpublic void mouseCursorExited(FigMouseEvent iEvent)
FigMouseMotionListener
Details: This method is called when the mouse cursor leaves a view and doodle to which this instance is listening.
mouseCursorExited
in interface FigMouseMotionListener
iEvent
- describes the eventCopyright © 2013. All Rights Reserved.