i_timeout.java
来自「java开源的企业总线.xmlBlaster」· Java 代码 · 共 24 行
JAVA
24 行
/*------------------------------------------------------------------------------Name: I_Timeout.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.util;/** * Interface you need to implement to receive timeout notifications * * @author xmlBlaster@marcelruff.info */public interface I_Timeout{ /** * You will be notified about the timeout through this method. * @param userData You get bounced back your userData which you passed * with Timeout.addTimeoutListener() */ public void timeout(Object userData);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?