INewsViewContainer.smali
.class public interface abstract Lcom/cm/plugincluster/news/platform/INewsViewContainer;
.super Ljava/lang/Object;
.source "INewsViewContainer.java"
# virtual methods
.method public abstract getNewsView()Landroid/view/View;
.end method
.method public abstract init()V
.end method
.method public abstract onAttached()V
.end method
.method public abstract onBackKeyPress()Z
.end method
.method public abstract onDetached()V
.end method
.method public abstract onHide()V
.end method
.method public abstract onPause()V
.end method
.method public abstract onReLayout()V
.end method
.method public abstract onResume(Z)V
.end method
.method public abstract release()V
.end method
.method public abstract resetPanel()V
.end method
.method public abstract robotRefresh()V
.end method
.method public abstract showNewsDetail(Lcom/cm/plugincluster/news/model/ONews;)V
.end method
.method public abstract showToast(Ljava/lang/String;)V
.end method