protected class

FormView.MouseEventListener

extends MouseAdapter
java.lang.Object
   ↳ java.awt.event.MouseAdapter
     ↳ javax.swing.text.html.FormView.MouseEventListener

Class Overview

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.

Summary

Protected Constructors
FormView.MouseEventListener()
Public Methods
void mouseReleased(MouseEvent evt)
Invoked when a mouse button has been released on a component.
[Expand]
Inherited Methods
From class java.awt.event.MouseAdapter
From class java.lang.Object
From interface java.awt.event.MouseListener
From interface java.awt.event.MouseMotionListener
From interface java.awt.event.MouseWheelListener

Protected Constructors

protected FormView.MouseEventListener ()

Public Methods

public void mouseReleased (MouseEvent evt)

Invoked when a mouse button has been released on a component.