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

📄 connectionworker.java

📁 一个非常绚丽的j2em徒刑库
💻 JAVA
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   ConnectionWorker.java

package com.tricastmedia.twuik.tas.io.worker;


// Referenced classes of package com.tricastmedia.twuik.tas.io.worker:
//            IPriority

public class ConnectionWorker
    implements Runnable
{

    public ConnectionWorker()
    {
    }

    public void addPriorityListener(IPriority ipriority, Object obj)
    {
    }

    public boolean addToQueue(Object p0, int p1)
    {
        return false;
    }

    public boolean addToQueue(Object p0)
    {
        return false;
    }

    public boolean addToQueue(Object p0, int p1, int p2)
    {
        return false;
    }

    public void emptyQueue()
    {
    }

    public void run()
    {
    }

    public void remove(int i)
    {
    }

    public void cancel()
        throws Exception
    {
        Exception exc0 = null;
    }

    public void quit()
    {
    }

    public static final int HIGH = 3;
    public static final int MEDIUM = 2;
    public static final int LOW = 1;
    public static final int NONE = 0;
}

⌨️ 快捷键说明

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