hf.java
999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
*/