|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by DODS 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 |
public 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 DODS 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.public boolean userCancelled()
public void finished()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |