oracle.ide.controls
Class GlobalMouseDispatcher
java.lang.Object
oracle.ide.controls.GlobalMouseDispatcher
- All Implemented Interfaces:
- java.awt.event.AWTEventListener, java.util.EventListener
- public final class GlobalMouseDispatcher
- extends java.lang.Object
- implements java.awt.event.AWTEventListener
Dispatches mouse events happening anywhere in the application.
Note: This class is not synchronized and must be called only from the event thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static GlobalMouseDispatcher getInstance()
addMouseListener
public void addMouseListener(java.awt.event.MouseListener l)
removeMouseListener
public void removeMouseListener(java.awt.event.MouseListener l)
eventDispatched
public void eventDispatched(java.awt.AWTEvent event)
- Specified by:
eventDispatched
in interface java.awt.event.AWTEventListener
Copyright © 1997, 2004, Oracle. All rights reserved.