protected class FormView.MouseEventListener extends MouseAdapter
MouseEventListener class to handle form submissions when an input with type equal to image is clicked on. A MouseListener is necessary since along with the image data the coordinates associated with the mouse click need to be submitted.
protected MouseEventListener()
public void mouseReleased(MouseEvent evt)
Description copied from class: MouseAdapter
Invoked when a mouse button has been released on a component.
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.