protected class FormView.MouseEventListener extends MouseAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
FormView.MouseEventListener()
Creates a new
MouseEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseReleased(MouseEvent ev)
Implements this method in the interface with an empty method body.
|
mouseClicked, mouseEntered, mouseExited, mousePressedprotected FormView.MouseEventListener()
MouseEventListener.public void mouseReleased(MouseEvent ev)
MouseAdaptermouseReleased in interface MouseListenermouseReleased in class MouseAdapterev - the event, ignored in this implementation