i_notify.java
来自「java开源的企业总线.xmlBlaster」· Java 代码 · 共 16 行
JAVA
16 行
/*------------------------------------------------------------------------------Name: I_Notify.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.util.dispatch.plugins.prio;/** * The Interface allows to callback when a status message arrived. * @author xmlBlaster@marcelruff.info */public interface I_Notify{ public void statusChanged(String status);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?