|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface KBufferedIOSignals
| Method Summary | |
|---|---|
void |
bytesWritten(int nbytes)
This signal gets sent whenever bytes are written from the buffer. |
void |
closed(int state)
This signal gets sent when the stream is closed. |
| Method Detail |
|---|
void bytesWritten(int nbytes)
nbytes - the number of bytes sent.void closed(int state)
state parameter
will give the current state, in OR-ed bits:
state - the state (see function description)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||