org.superfeedr
Interface onSubUnsubscriptionHandler


public interface onSubUnsubscriptionHandler

This interface must be implemented by the class that is used as callback for subscribe/unsubscribe call

Author:
thomas

Method Summary
 void onError(java.lang.String infos)
          If there was some error during the process, this method is called with some info to deal with
 void onSubUnsubscription()
          If the subscription/unsubscription was a success
 

Method Detail

onSubUnsubscription

void onSubUnsubscription()
If the subscription/unsubscription was a success


onError

void onError(java.lang.String infos)
If there was some error during the process, this method is called with some info to deal with

Parameters:
infos - some info about the error.