public interface P2DMouseMotionInterface
Modifier and Type | Method and Description |
---|---|
void |
addMouseMotionListener(P2DMouseMotionListener l)
Adds an MouseMotionListener.
|
FwkArrayInterface |
getMouseMotionListeners()
Get the array containing the mouse motion listenres.
|
void |
removeMouseMotionListener(P2DMouseMotionListener l)
Removes an MouseMotionListener.
|
FwkArrayInterface getMouseMotionListeners()
The
- FwkArrayInterface.void addMouseMotionListener(P2DMouseMotionListener l)
l
- The mouse motion listener.void removeMouseMotionListener(P2DMouseMotionListener l)
l
- The mouse motion listener.