IStyleWidget.smali

.class public interface abstract Lcom/cm/plugincluster/news/platform/IStyleWidget;
.super Ljava/lang/Object;
.source "IStyleWidget.java"

# interfaces
.implements Lcom/cm/plugincluster/news/platform/CoverStateInterface;
.implements Lcom/cm/plugincluster/news/platform/TimeChangedObserver;


# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation


# virtual methods
.method public abstract getView()Landroid/view/View;
.end method

.method public abstract getWeatherView()[Landroid/view/View;
.end method

.method public abstract refresh()V
.end method

.method public abstract reportWeatherAlertClick()V
.end method

.method public abstract reset()V
.end method

.method public abstract scrollBack(Z)V
.end method

.method public abstract scrollStepAside(Z)V
.end method

.method public abstract scrolling(I)V
.end method

.method public abstract setOnClickCallback(Landroid/view/View$OnClickListener;)V
.end method

.method public abstract updateAlarm()V
.end method

.method public abstract updateWeather()V
.end method

.method public abstract weatherShowed()Z
.end method