|
ION Java User's Guide: ION Java Class and Method Reference |
|
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.
public interface IONMouseListener
IDL Online Help (March 06, 2007)