notificationstrategy.java

来自「opennms得相关源码 请大家看看」· Java 代码 · 共 27 行

JAVA
27
字号
/* * Created on Sep 8, 2004 *  * Copyright (C) 2005, The OpenNMS Group, Inc.. * 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;/** * Implement this interface as a Java notification "plug-in" for use with the * notficationCommands.xml file. Build a class using this interface, and in the * xml file set binary=false, and specify the class in the execute tag. *  * @author <A HREF="mailto:david@opennms.org">David Hustace </A> *  * TODO To change the template for this generated type comment go to Window - * Preferences - Java - Code Style - Code Templates */public interface NotificationStrategy {    public int send(List arguments);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?