Package com.avaya.core
Interface AvMessagingSdkCallback<T>
-
- Type Parameters:
T- the type of the data being returned
- All Known Implementing Classes:
StubbedCallback
public interface AvMessagingSdkCallback<T>Callback used to be notified of the result of an asynchronous action
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAvMessagingSdkCallback.Response<T>The response body passed into aAvMessagingSdkCallbackto pass along information about the result of the action being performed
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(AvMessagingSdkCallback.Response<T> response)Invoke theAvMessagingSdkCallbackwith the results of the action
-
-
-
Method Detail
-
run
void run(AvMessagingSdkCallback.Response<T> response)
Invoke theAvMessagingSdkCallbackwith the results of the action- Parameters:
response- an instance ofAvMessagingSdkCallback.Responsecontaining the results of the action
-
-