javax.swing.text.html
Class FormView.MouseEventListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.text.html.FormView.MouseEventListener
- All Implemented Interfaces:
- MouseListener, EventListener
- Enclosing class:
- FormView
protected class FormView.MouseEventListener
- extends MouseAdapter
Method Summary |
void |
mouseReleased(MouseEvent ev)
Implements this method in the interface with an empty method body. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormView.MouseEventListener
protected FormView.MouseEventListener()
- Creates a new
MouseEventListener
.
mouseReleased
public void mouseReleased(MouseEvent ev)
- Description copied from class:
MouseAdapter
- Implements this method in the interface with an empty method body.
- Specified by:
mouseReleased
in interface MouseListener
- Overrides:
mouseReleased
in class MouseAdapter
- Parameters:
ev
- the event, ignored in this implementation