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

IONMouseListener Interface

The IONMouseListener interface defines the callback methods an object must define to be notified of mouse events occurring on an object that implements the IONDrawable interface.

In ION 1.4, this interface uses the AWT event model. It is recommended that you use the AWT events directly (java.awt.event.MouseListener and/or java.awt.event.MouseMotionListener). These provide a more robust and complete solution.

Class Declaration

public interface IONMouseListener

Methods

Implementing Classes

IONGraphicsClient Class

  IDL Online Help (March 06, 2007)