Uses of Class
it.jnrpe.events.EventParam

Packages that use EventParam
it.jnrpe.events This package contains all the classes required to give plugins the ability to send events. 
it.jnrpe.plugins This package contains all the classes regarding the plugin management/creation. 
 

Uses of EventParam in it.jnrpe.events
 

Subclasses of EventParam in it.jnrpe.events
 class EventExceptionParam
          This object represent an 'EXCEPTION' parameter.
 class EventMessageParam
          This object represent an event 'MESSAGE' parameter.
 

Methods in it.jnrpe.events with parameters of type EventParam
static void EventsUtil.sendEvent(Collection<IJNRPEEventListener> listenerList, Object sender, String customEvtType, EventParam... paramsList)
          This method is used to send custom events to the registered listeners.
 

Uses of EventParam in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins with parameters of type EventParam
 void PluginBase.sendEvent(String customEventName, EventParam... paramsAry)
          Sends a custom event.
 



Copyright © 2014. All Rights Reserved.