hf.java 999 Bytes
import android.content.Context;
import com.arellomobile.android.push.SendPushTagsCallBack;
import com.arellomobile.android.push.exception.PushWooshException;
import java.util.Map;

public final class hf
  extends he
{
  private SendPushTagsCallBack a;
  
  public hf(Context paramContext, SendPushTagsCallBack paramSendPushTagsCallBack)
  {
    super(paramContext);
    this.a = paramSendPushTagsCallBack;
  }
  
  public final void onSentTagsError(PushWooshException paramPushWooshException)
  {
    if (this.a != null) {
      this.a.onSentTagsError(paramPushWooshException);
    }
  }
  
  public final void onSentTagsSuccess(Map<String, String> paramMap)
  {
    if (this.a != null) {
      this.a.onSentTagsSuccess(paramMap);
    }
  }
  
  public final void taskStarted()
  {
    if (this.a != null) {
      this.a.taskStarted();
    }
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/hf.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */