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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid 
- 
Field Details
- 
child
 - 
parent
 
 - 
 - 
Constructor Details
- 
MouseEventDispatcher
 
 - 
 - 
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
 - 
mouseDragged
- Specified by:
 mouseDraggedin interfaceMouseMotionListener
 - 
mouseMoved
- Specified by:
 mouseMovedin interfaceMouseMotionListener
 
 -