Interface StatusObserver
- All Known Implementing Classes:
QueryReplayer
,StatusObserverImpl
public interface StatusObserver
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
isDone()
void
listenDone
(StatusObserver.Listener listener) boolean
waitDone
(long timeout)
-
Method Details
-
isDone
boolean isDone() -
waitDone
boolean waitDone(long timeout) -
listenDone
-