52 lines
1.3 KiB
Smali
52 lines
1.3 KiB
Smali
.class public interface abstract Lcom/moji/member/presenter/MemberOrderPresenter$MemberCallback;
|
|
.super Ljava/lang/Object;
|
|
.source "MemberOrderPresenter.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/moji/base/MJPresenter$ICallback;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/moji/member/presenter/MemberOrderPresenter;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "MemberCallback"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract showContent(Ljava/util/List;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/msc/entity/MemberPrice$MemberPriceDetail;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract showErrorView(Lcom/moji/requestcore/MJException;)V
|
|
.end method
|
|
|
|
.method public abstract showOpenFailed()V
|
|
.end method
|
|
|
|
.method public abstract showOpenSuccess()V
|
|
.end method
|
|
|
|
.method public abstract showOrder(Lcom/moji/http/msc/entity/MemberOrder;)V
|
|
.end method
|
|
|
|
.method public abstract showOrderError(Lcom/moji/requestcore/MJException;)V
|
|
.end method
|
|
|
|
.method public abstract showUserInfo(Lcom/moji/account/data/UserInfo;)V
|
|
.end method
|
|
|
|
.method public abstract updateUserInfoFailed()V
|
|
.end method
|