Package com.illumon.iris.gui.table
Class DummyListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
com.illumon.iris.gui.table.DummyListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
,MouseInputListener
public class DummyListener extends MouseInputAdapter
Listen for all events that our check box is likely to be
interested in. Redispatch them to the check box.
-
Constructor Summary
Constructors Constructor Description DummyListener()
-
Method Summary
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
DummyListener
public DummyListener()
-