Previous ION Java User's Guide: ION Java Class and Method Reference Next

addIONMouseListener()

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.

Syntax

public final void addIONMouseListener(IONMouseListener listener, int breq)

Arguments

listener

Object that implements the mouse listener interface request.

breq

The mouse event type that is requested. This integer is a bit mask that contains one or more of the following values:

Exceptions

None.

  IDL Online Help (March 06, 2007)