|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WatchedStream
Method Summary | |
---|---|
void |
close()
In case we want to close a watchStream regardless of its making progress. |
void |
setWatchList(Collection watchList)
Sets the watcher list onto which this stream must register when it is not idle (so that it can be watched). |
void |
watch()
This routine may be invoked as often as progress needs to be asserted. |
Method Detail |
---|
void setWatchList(Collection watchList)
watchList
- The watchList to register with. Must be a
Synchronized Collection.void watch()
void close() throws IOException
IOException
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |