javajabbernotificationstrategy.java
来自「opennms得相关源码 请大家看看」· Java 代码 · 共 30 行
JAVA
30 行
/* * Created on Sep 8, 2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */package org.opennms.netmgt.notifd;import java.util.List;/** * @author david * * TODO To change the template for this generated type comment go to Window - * Preferences - Java - Code Style - Code Templates */public class JavaJabberNotificationStrategy implements NotificationStrategy { /* * (non-Javadoc) * * @see org.opennms.netmgt.notifd.NotificationStrategy#send(java.util.List) */ public int send(List arguments) { // TODO Auto-generated method stub return 0; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?