public interface IMouseMotionObservable
| Modifier and Type | Method and Description | 
|---|---|
| void | addMouseMotionListener(IMouseMotionListener listener)Adds a mouse motion listener | 
| void | removeMouseMotionListener(IMouseMotionListener listener)Removes a mouse motion listener | 
void addMouseMotionListener(IMouseMotionListener listener)
listener - The listener to addvoid removeMouseMotionListener(IMouseMotionListener listener)
listener - The listener to removeSiehe auch Jowidgets Nutzerhandbuch