|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginInterfaceEx
This interface must be implemented by all the plugins that needs to send events that must be intercepted by the JNRPE Server. If you plan to handle the events independently from JNRPE server, you can avoid implementing this interface.
Method Summary | |
---|---|
void |
addListener(IJNRPEEventListener listener)
Adds a new listener to the list of objects that will receive the messages sent by this class. |
void |
addListeners(Collection<IJNRPEEventListener> listeners)
Adds a whole collection of listeners to the plugin. |
Methods inherited from interface it.jnrpe.plugins.IPluginInterface |
---|
execute |
Method Detail |
---|
void addListener(IJNRPEEventListener listener)
listener
- The new listenervoid addListeners(Collection<IJNRPEEventListener> listeners)
listeners
- The list of listeners
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |