|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
STATUS_STREAM_ABORTED
Status which indicates that the stream was aborted |
static int |
STATUS_STREAM_DISCONNECTED
Status which indicates that the stream was disconnected |
static int |
STATUS_STREAM_OK
Status which indicates that the stream was successfully closed |
static int |
STATUS_STREAM_REJECTED
Status which indicates that the stream was rejected |
Method Summary | |
void |
closed(int status,
java.lang.String reason)
This method is called when the stream is closed |
void |
started()
This method is called when the stream is successfully started |
Field Detail |
public static final int STATUS_STREAM_OK
public static final int STATUS_STREAM_REJECTED
public static final int STATUS_STREAM_DISCONNECTED
public static final int STATUS_STREAM_ABORTED
Method Detail |
public void started()
public void closed(int status, java.lang.String reason)
status
- The status of the stream as defined in ContentStreamListenerreason
- The reason for closing the stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |