quicktime.app.event
Interface QTMouseListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
MouseButtonListener, MouseEnterExitListener, MouseMoveListener, MouseTargetListener

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)
           
 

Method Detail

matchModifierFilter

public boolean matchModifierFilter(int mods)
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.