quicktime.app.event
Interface QTMouseListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
MouseButtonListener, MouseEnterExitListener, MouseMoveListener, MouseTargetListener
All Known Implementing Classes:
ButtonActivator, DragAdapter, MouseButtonAdapter, MouseEnterExitAdapter, MouseMoveAdapter, MouseTargetAdapter, QTEventCaster

Deprecated. since QTJava 6.1

public interface QTMouseListener
extends java.util.EventListener

A generic listener for QTMouse events. It supplies the concept that interested listeners can filter their reception of QTMouseEvents based on the state of the modifier keys when the event was created.


Method Summary
 boolean matchModifierFilter(int mods)
          Deprecated. since QTJava 6.1
 

Method Detail

matchModifierFilter

public boolean matchModifierFilter(int mods)
Deprecated. since QTJava 6.1

Parameters:
mods - the state of the modifier keys.
Returns:
true if a particular listener is interested in receiving the mouse event(s) it is interested in with the given modifier state, or false if otherwise.