Extension SDK 10.1.2


oracle.ide.controls
Class GlobalMouseDispatcher

java.lang.Object
  extended byoracle.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.


Method Summary
void addMouseListener(java.awt.event.MouseListener l)
void eventDispatched(java.awt.AWTEvent event)
static GlobalMouseDispatcher getInstance()
void removeMouseListener(java.awt.event.MouseListener l)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

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

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.