Package com.jidesoft.swing
Class DelegateMouseListener
java.lang.Object
com.jidesoft.swing.DelegateMouseListener
- All Implemented Interfaces:
MouseListener
,EventListener
This mouse listener can delegate the mouse events to another mouse listener.
It can be used when you need to do something extra steps when there is a mouse event but you still
want the original mouse listener to be called under certain condition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
Constructor Details
-
DelegateMouseListener
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-