parameterresponse.java

来自「today bought a book, reflected good to u」· Java 代码 · 共 12 行

JAVA
12
字号
// FrontEnd Plus for JAD
// DeCompiled : ParameterResponse.class

package sms;


public interface ParameterResponse
{

    public abstract void parameterResponse(Exception exception, String s, String s1);
}

⌨️ 快捷键说明

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