Package com.yahoo.jrt
Interface RequestWaiter
public interface RequestWaiter
Interface used to wait for the completion of a
Request. This interface is used with the Target.invokeAsync method.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequestDone(Request req) Invoked when a request has completed.
-
Method Details
-
handleRequestDone
Invoked when a request has completed.- Parameters:
req- the completed request
-