📄 i_topiclistener.java
字号:
/*------------------------------------------------------------------------------Name: SubscriptionListener.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE fileComment: Listens on subscriptionRemove and subscriptionAdded eventsVersion: $Id: I_SubscriptionListener.java 13230 2005-02-13 16:36:13Z laghi $Author: xmlBlaster@marcelruff.info------------------------------------------------------------------------------*/package org.xmlBlaster.engine;/** * Listens on subscriptionRemove and subscriptionAdded events. * <p> * The events are fired by the RequestBroker instance. * * @author Marcel Ruff */public interface I_TopicListener extends java.util.EventListener { /** * Invoked on topic lifecycle change. */ public void changed(TopicEvent e) throws org.xmlBlaster.util.XmlBlasterException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -