quicktime.app.event
Interface MouseTargetListener

All Superinterfaces:
java.util.EventListener, QTMouseListener
All Known Implementing Classes:
ButtonActivator, MouseTargetAdapter, QTEventCaster

Deprecated. since QTJava 6.1

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.


Method Summary
 void mouseTargetEntered(QTMouseEvent e)
          Deprecated. since QTJava 6.1
 void mouseTargetExited(QTMouseEvent e)
          Deprecated. since QTJava 6.1
 
Methods inherited from interface quicktime.app.event.QTMouseListener
matchModifierFilter
 

Method Detail

mouseTargetEntered

public void mouseTargetEntered(QTMouseEvent e)
Deprecated. since QTJava 6.1

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)
Deprecated. since QTJava 6.1

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