public interface NosServiceObserve
Modifier and Type | Method and Description |
---|---|
void |
observeNosTransferProgress(Observer<NosTransferProgress> observer,
boolean register)
Register or unregister the observer for upload or download a file stored on NOS.
|
void |
observeNosTransferStatus(Observer<NosTransferInfo> observer,
boolean register)
Register or unregister the observer for transmission progress of a file stored on NOS.
|
void observeNosTransferStatus(Observer<NosTransferInfo> observer, boolean register)
observer
- The observer. The parameter is the transmission inforegister
- true: register the observer; false: unregister the observer.void observeNosTransferProgress(Observer<NosTransferProgress> observer, boolean register)
observer
- The observer. The parameter is the transmission progressregister
- true: register the observer; false: unregister the observer.