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