|
ION Java User's Guide: ION Java Class and Method Reference |
|
Call the IONCommandComplete() method when a command that was sent to the IDL server is complete.
public abstract void IONCommandComplete(int iStatus, int iIDLStatus)
A value that indicates the status of the processing of the IDL command. This value is one of the following constants that are part of this class:
Indicates the success or failure of the execution of the IDL command. A value of 0 indicates that the command was successful. If the command was not successful, iIDLStaus contains the value of !ERROR_STATE.CODE in the IDL session.
None.
public void IONCommandComplete(iStatus, iIDLStatus);
IDL Online Help (March 06, 2007)