com.ibm.eNetwork.ECL.event Interface ECLXferListener

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

The ECLXferListener interface can be used to implement an object which will receive the file transfer progress events, ECLXferEvent. Events are generated during file transfer as data buffers are transferred to or from the host.

To be notified of ECLXfer events, the application must:

See Also:
ECLXfer

Method Summary
 void XferNotifyError ( ECLXfer xfer, ECLErr err)           The XferNotifyError() method is called whenever the ECLXfer object detects an error during event generation.
 void XferNotifyEvent ( ECLXferEvent evt)           The XferNotifyEvent() method is called whenever a file data buffer has been successfully sent to or received from the host.
 void XferNotifyStop ( ECLXfer xfer, int reason)           The XferNotifyStop() method is called when event generation is stopped for any reason.

 

Method Detail

XferNotifyEvent



public void 
XferNotifyEvent(
ECLXferEvent evt)

XferNotifyStop



public void 
XferNotifyStop(
ECLXfer xfer,
                           int reason)

XferNotifyError



public void 
XferNotifyError(
ECLXfer xfer,
                            
ECLErr err)

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