org.restlet.engine.io
Interface CompletionListener

All Known Implementing Classes:
ReadableBufferedChannel, ReadableChunkedChannel, ReadableSizedSelectionChannel

public interface CompletionListener

Listener called back upon IO completion.

Author:
Jerome Louvel

Method Summary
 void onCompleted(boolean eofDetected)
          Callback invoked upon IO completion.
 

Method Detail

onCompleted

void onCompleted(boolean eofDetected)
                 throws IOException
Callback invoked upon IO completion.

Parameters:
eofDetected - Indicates if the end of network connection was detected.
Throws:
IOException


Copyright © 2005-2013 Restlet S.A.S..