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