📄 i_notify.java
字号:
/*------------------------------------------------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -