|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MouseListener
An object that listens for mouse events.
| Method Summary | |
|---|---|
void |
mouseClicked(MouseClickEvent mouseClickEvent)
Called when the mouse clicks the target. |
void |
mouseEntered(MouseEnterEvent mouseEnterEvent)
Called when the mouse enters the target. |
void |
mouseExited(MouseExitEvent mouseExitEvent)
Called when the mouse exits the target. |
| Method Detail |
|---|
void mouseClicked(MouseClickEvent mouseClickEvent)
mouseEvent - The event providing mouse informationvoid mouseEntered(MouseEnterEvent mouseEnterEvent)
mouseEvent - The event providing mouse informationvoid mouseExited(MouseExitEvent mouseExitEvent)
mouseEvent - The event providing mouse information
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||