Package webb.client.ui.helpers.http
Interface FutureReply<T>
- Type Parameters:
T- The type of the reply.
public interface FutureReply<T>
A callback interface for when a future reply is received.
-
Method Summary
-
Method Details
-
reply
Called when a reply is received.- Parameters:
reply- The reply.
-