public interface StatusUI
DataDDS
Modifier and Type | Method and Description |
---|---|
void |
finished()
Download finished notice.
|
void |
incrementByteCount(int bytes)
Add bytes to the total deserialize count.
|
boolean |
userCancelled()
User cancellation status.
|
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()