|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdiva.canvas.event.LayerMotionAdapter
public class LayerMotionAdapter
An adapter for layer motion listeners. The methods in this class are empty -- the class is provided to make it easier to produce anonymous LayerMotionListeners.
| Constructor Summary | |
|---|---|
LayerMotionAdapter()
|
|
| Method Summary | |
|---|---|
void |
mouseEntered(LayerEvent e)
Invoked when the mouse enters a layer or figure. |
void |
mouseExited(LayerEvent e)
Invoked when the mouse exits a layer or figure. |
void |
mouseMoved(LayerEvent e)
Invoked when the mouse moves while over a layer or figure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayerMotionAdapter()
| Method Detail |
|---|
public void mouseEntered(LayerEvent e)
mouseEntered in interface LayerMotionListenerpublic void mouseExited(LayerEvent e)
mouseExited in interface LayerMotionListenerpublic void mouseMoved(LayerEvent e)
mouseMoved in interface LayerMotionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||