com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling< SuccessParamT, ErrorParamT > Member List

This is the complete list of members for com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling< SuccessParamT, ErrorParamT >, including all inherited members.

accept(final SuccessParamT x)com.sygic.sdk.utils.GenericListenerWrapper< SuccessParamT >
error(final ErrorParamT x)com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling< SuccessParamT, ErrorParamT >
executorcom.sygic.sdk.utils.GenericListenerWrapper< SuccessParamT >protected
GenericListenerWrapper(final Method< SuccessParamT > method, final Executor executor)com.sygic.sdk.utils.GenericListenerWrapper< SuccessParamT >
GenericListenerWrapperWithErrorHandling(final Method< SuccessParamT > onSuccess, final Method< ErrorParamT > onError, final Executor executor)com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling< SuccessParamT, ErrorParamT >
GenericListenerWrapperWithErrorHandling(final Method< SuccessParamT > onSuccess, final Method< ErrorParamT > onError)com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling< SuccessParamT, ErrorParamT >
methodcom.sygic.sdk.utils.GenericListenerWrapper< SuccessParamT >protected