public abstract class BasicAlertChannel extends java.lang.Object implements AlertChannel, PluginComponent
REVISION| Constructor and Description | 
|---|
BasicAlertChannel()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getIcon()
Returns the icon of the AlertChannel. 
 | 
boolean | 
init(Plugin plugin)
Initialize the component with the given plugin configuration 
 | 
boolean | 
isAvailable(Member member)
Returns true if this AlertChannel is available for the given Member. 
 | 
boolean | 
saveAlert()
Returns true if the alerts of this channel must be saved. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getLabel, getName, sendpublic java.lang.String getIcon()
AlertChannelgetIcon in interface AlertChannelpublic boolean isAvailable(Member member)
AlertChannelisAvailable in interface AlertChannelmember - the memberpublic boolean saveAlert()
AlertChannelsaveAlert in interface AlertChannelpublic boolean init(Plugin plugin)
PluginComponentinit in interface PluginComponentplugin - the calling pluginCopyright © 2001-2018 Jalios SA. All Rights Reserved.