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

IONOutputListener Interface

The IONOutputListener interface defines the method that a class must implement to receive ION Server output text. The object must register itself with the addIONOutputListener() call.

Class Declaration

public interface IONOutputListener

Methods

Implementing Classes

IONGrConnection / IONJGrConnection Class, IONMapApplet

Example

For a simple example using IONOutputListener, see the "Version" example on the page of "Basic ION Java Applets" provided with the ION Java installation. See Running the ION Java Examples for more information.

  IDL Online Help (March 06, 2007)