⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cachetablestatusviewer.java

📁 自行开发的高缓存table
💻 JAVA
字号:
// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov  Date: 2004-2-20 9:17:09
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   CacheTableStatusViewer.java

package utility.HWCacheTable;


public interface CacheTableStatusViewer
{
    public static class Status
    {

        public static final int INIT = 1;
        public static final int READY = 2;
        public static final int BUFFERING = 4;
        public static final int LOADING = 8;
        public static final int FAILED = 16;
        public static final int FINISHED = 32;

        public Status()
        {
        }
    }


    public abstract void showLoadingStatus(int i);

    public abstract void showItemCount(int i);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -