|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushStatusListener
Callback for status message from a StreamPusher
.
Method Summary | |
---|---|
void |
gotPushStatus(java.lang.String status,
java.lang.String description)
The first argument will indicate the overall status and will always be one of: ok Indicating that the pushing functioning OK initializing Indicating that we are in the process of setting up the pushing. |
Method Detail |
---|
void gotPushStatus(java.lang.String status, java.lang.String description)
Note that if the StreamPusher.initialize()
or
OctoshapeSystem.open()
has not been called, then the push status will
be error.
status
- Will be one of: "ok", "error", "unknown", or "initializing"description
- A string description which may hold information to help solve pushing problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |