com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling2< SuccessParamT1, SuccessParamT2, ErrorParamT > Class Template Reference
Inheritance diagram for com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling2< SuccessParamT1, SuccessParamT2, ErrorParamT >:
Collaboration diagram for com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling2< SuccessParamT1, SuccessParamT2, ErrorParamT >:

Public Member Functions

 GenericListenerWrapperWithErrorHandling2 (final Method< SuccessParamT1, SuccessParamT2 > onSuccess, final GenericListenerWrapper.Method< ErrorParamT > onError, final Executor executor)
 
void error (final ErrorParamT x)
 
- Public Member Functions inherited from com.sygic.sdk.utils.GenericListenerWrapper2< SuccessParamT1, SuccessParamT2 >
 GenericListenerWrapper2 (final Method< X, Y > method, final Executor executor)
 
void accept (final X x, final Y y)
 

Additional Inherited Members

- Protected Attributes inherited from com.sygic.sdk.utils.GenericListenerWrapper2< SuccessParamT1, SuccessParamT2 >
final Executor executor
 

Constructor & Destructor Documentation

◆ GenericListenerWrapperWithErrorHandling2()

com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling2< SuccessParamT1, SuccessParamT2, ErrorParamT >.GenericListenerWrapperWithErrorHandling2 ( final Method< SuccessParamT1, SuccessParamT2 >  onSuccess,
final GenericListenerWrapper.Method< ErrorParamT >  onError,
final Executor  executor 
)

Member Function Documentation

◆ error()

void com.sygic.sdk.utils.GenericListenerWrapperWithErrorHandling2< SuccessParamT1, SuccessParamT2, ErrorParamT >.error ( final ErrorParamT  x)

The documentation for this class was generated from the following file: