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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
- 
Field Details- 
child
- 
parent
 
- 
- 
Constructor Details- 
MouseEventDispatcher
 
- 
- 
Method Details- 
mouseClicked- Specified by:
- mouseClickedin interface- MouseListener
 
- 
mousePressed- Specified by:
- mousePressedin interface- MouseListener
 
- 
mouseReleased- Specified by:
- mouseReleasedin interface- MouseListener
 
- 
mouseEntered- Specified by:
- mouseEnteredin interface- MouseListener
 
- 
mouseExited- Specified by:
- mouseExitedin interface- MouseListener
 
- 
mouseDragged- Specified by:
- mouseDraggedin interface- MouseMotionListener
 
- 
mouseMoved- Specified by:
- mouseMovedin interface- MouseMotionListener
 
 
-