quicktime.app.event
Interface MouseButtonListener
- All Superinterfaces:
- java.util.EventListener, QTMouseListener
- All Known Implementing Classes:
- DragAdapter, MouseButtonAdapter, QTEventCaster
- public interface MouseButtonListener
- extends QTMouseListener
An interface that is used to express an interest in recieving
mouse events in a space that have to do with the user
pressing, clicking or releasing the mouse button.
mouseClicked
public void mouseClicked(QTMouseEvent e)
- Invoked when the mouse has been clicked in a space.
mousePressed
public void mousePressed(QTMouseEvent e)
- Invoked when the mouse has been pressed in a space.
mouseReleased
public void mouseReleased(QTMouseEvent e)
- Invoked when a mouse button has been released where the press occured within the space.