|
ION Java User's Guide: ION Java Class and Method Reference |
|
The addIONMouseListener() method sets the object that implements the IONMouseListener interface as the current Mouse listener. When a mouse event of the requested type is detected, the mouse listener interface callback function is called. Only one mouse listener is active at one time. Any previously set mouse listener is removed.
public final void addIONMouseListener(IONMouseListener listener, int breq)
Object that implements the mouse listener interface request.
The mouse event type that is requested. This integer is a bit mask that contains one or more of the following values:
None.
IDL Online Help (March 06, 2007)