public class ComponentMouseEventAdapter extends java.lang.Object implements ComponentMouseEventListener
Constructor and Description |
---|
ComponentMouseEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(java.lang.Object sender,
ComponentMouseEvent e)
Raised when mouse button is clicked over the component.
|
void |
mouseMove(java.lang.Object sender,
ComponentMouseEvent e)
Raised when the mouse moves over the component.
|
public void mouseMove(java.lang.Object sender, ComponentMouseEvent e)
mouseMove
in interface ComponentMouseEventListener
sender
- The component that raises the event.e
- An object providing information about the event.public void mouseClicked(java.lang.Object sender, ComponentMouseEvent e)
mouseClicked
in interface ComponentMouseEventListener
sender
- The component that raises the event.e
- An object providing information about the event.