placeholder.java

来自「First of all, the Applet-phone is a SIP 」· Java 代码 · 共 23 行

JAVA
23
字号
/* * PlaceHolder.java *  * Created on Apr 14, 2004 * */package gov.nist.security.bcs.wrapper;import javax.sip.RequestEvent;import javax.sip.ResponseEvent;import javax.sip.TimeoutEvent;/** * @author Jean Deruelle <jean.deruelle@nist.gov> * * <a href="{@docRoot}/uncopyright.html">This code is in the public domain.</a> */public class PlaceHolder {	public static RequestEvent requestEvent=null;	public static ResponseEvent responseEvent=null;	public static TimeoutEvent timeoutEvent=null;			}

⌨️ 快捷键说明

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