Class DelegateMouseListener

java.lang.Object
com.jidesoft.swing.DelegateMouseListener
All Implemented Interfaces:
MouseListener, EventListener

public class DelegateMouseListener extends Object implements MouseListener
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.