Class EventDelegateDispatcher.MouseEventDispatcher
java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.EventDelegateDispatcher.MouseEventDispatcher
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
- Enclosing class:
- EventDelegateDispatcher
public static class EventDelegateDispatcher.MouseEventDispatcher
extends Object
implements MouseListener, MouseMotionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
-
Field Details
-
child
-
parent
-
-
Constructor Details
-
MouseEventDispatcher
-
-
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
-
mouseDragged
- Specified by:
mouseDragged
in interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-