|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusUI
This interface is implemented by OPeNDAP client user interfaces which give feedback to the user on the status of the current deserialize operation. The user can also cancel the current deserialize through this interface.
DataDDS
Method Summary | |
---|---|
void |
finished()
Download finished notice. |
void |
incrementByteCount(int bytes)
Add bytes to the total deserialize count. |
boolean |
userCancelled()
User cancellation status. |
Method Detail |
---|
void incrementByteCount(int bytes)
BaseType
's deserialize
method to provide the
user with feedback on the number of bytes that have been transferred
so far. If some future version of OPeNDAP provides a correct
Content-Length, then a sophisticated GUI could use this information to
estimate the time remaining to download.
bytes
- the number of bytes to add.boolean userCancelled()
void finished()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |