IJunkEngine.smali

.class public interface abstract Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine;
.super Ljava/lang/Object;
.source "IJunkEngine.java"


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine$IEngineCallback;,
        Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine$EM_ENGINE_STATUS;,
        Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine$JunkEventCommandInterface;
    }
.end annotation


# virtual methods
.method public abstract addScanRequest(Lcom/cm/plugincluster/junkengine/junk/engine/IJunkRequest;)V
.end method

.method public abstract getEngineStatus()Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine$EM_ENGINE_STATUS;
.end method

.method public abstract notifyPause()V
.end method

.method public abstract notifyResume()V
.end method

.method public abstract notifyStop()V
.end method

.method public abstract removeDataItem(Lcom/cm/plugincluster/junkengine/junk/bean/JunkInfoBase;)V
.end method

.method public abstract setCallback(Lcom/cleanmaster/junkengine/junk/engine/IJunkEngine$IEngineCallback;)V
.end method

.method public abstract setEngineConfig(Lcom/cm/plugincluster/junkengine/junk/engine/IEngineConfig;)V
.end method

.method public abstract startClean()V
.end method

.method public abstract startScan()V
.end method