|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_ProgressListener
This interface is used to inform listeners about incoming data.
| Method Summary | |
|---|---|
void |
clearCurrentReads()
Used to clear current (ongoing) read operations. |
void |
clearCurrentWrites()
Used to clear current (ongoing) write operations. |
void |
progressRead(java.lang.String name,
long currBytesRead,
long numBytes)
Notification about the current data receive progress. |
void |
progressWrite(java.lang.String name,
long currBytesWritten,
long numBytes)
Notification about the current data send progress. |
| Method Detail |
|---|
void progressRead(java.lang.String name,
long currBytesRead,
long numBytes)
name - A qualifying name about the incoming request, can be empty.currBytesRead - The number of bytes received up to nownumBytes - The overall number of bytes
void progressWrite(java.lang.String name,
long currBytesWritten,
long numBytes)
name - A qualifying name about the incoming request, can be empty.currBytesWritten - The number of bytes send up to nownumBytes - The overall number of bytesvoid clearCurrentWrites()
void clearCurrentReads()
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||