com.ibm.eNetwork.ECL Interface ECLOIANotify

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
public interface ECLOIANotify

ECLOIANotify can be used to implement an object which will receive and handle ECLOIA events. Events are generated whenever any status indicator within ECLOIA changes. Special events are generated when event generation stops and when errors occur during event generation.

To be notified of OIA events, the application must perform the following steps:

See Also:
ECLOIA

Method Summary
 void NotifyError ( ECLOIA oia, ECLErr e)           The NotifyError() method is called whenever the ECLOIA object detects an error during event generation.
 void NotifyEvent ( ECLOIA oia, int newState, int changedMask, java.lang.String data)           The NotifyEvent() method is called whenever a status indicator within ECLOIA changes.
 void NotifyStop ( ECLOIA oia, int reason)           The NotifyStop() method is called when event generation is stopped for any reason.

 

Method Detail

NotifyEvent



public void 
NotifyEvent(
ECLOIA oia,
                        int newState,
                        int changedMask,
                        java.lang.String data)

NotifyStop



public void 
NotifyStop(
ECLOIA oia,
                       int reason)

NotifyError



public void 
NotifyError(
ECLOIA oia,
                        
ECLErr e)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD