quicktime.app.event
Interface MouseTargetListener
- All Superinterfaces:
- java.util.EventListener, QTMouseListener
- All Known Implementing Classes:
- MouseTargetAdapter, QTEventCaster, ButtonActivator
- public interface MouseTargetListener
- extends QTMouseListener
An interface for expressing an interest in mouse movement events
within a given space where the mouse movement is based around
a selected object(s)) within that space.
mouseTargetEntered
public void mouseTargetEntered(QTMouseEvent e)
- Invoked when a mouseMoved or mouseDragged event enters a Target within an enclosing space.
The target of the QTMouseEvent is set for events of this kind.
- Parameters:
e
- the QTMouseEvent that triggered this event
mouseTargetExited
public void mouseTargetExited(QTMouseEvent e)
- Invoked when a mouseMoved event exits a Target within an enclosing space.
The target of the QTMouseEvent is set for events of this kind.
- Parameters:
e
- the QTMouseEvent that triggered this event