Package net.servicestack.client
Interface AsyncSuccess<T>
-
- All Known Implementing Classes:
AsyncResult
public interface AsyncSuccess<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsuccess(T response)
-
-
-
Method Detail
-
success
void success(T response)
-
-