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 TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Constructor Details
-
DelegateMouseListener
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-