public interface ComponentMouseEventListener
extends java.util.EventListener
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.
|
void mouseMove(java.lang.Object sender, ComponentMouseEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.void mouseClicked(java.lang.Object sender, ComponentMouseEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.