📄 i_connectionlistener.java
字号:
/*------------------------------------------------------------------------------Name: I_ConnectionListener.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.util.queue.jdbc;/** * Interface you need to implement to receive notifications from the * JdbcConnectionPool that the pool has successfully reconnected * * @author xmlBlaster@marcelruff.info * @author michele@laghi.eu */public interface I_ConnectionListener{ /** * Notification that a disconnection from the DB has occured. */ public void disconnected(); /** * Notification that a disconnection from the DB has occured. */ public void reconnected();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -