it.jnrpe.events
Interface IJNRPEEvent


public interface IJNRPEEvent

The interface that all the events must implement.

Author:
Massimiliano Ziccardi

Method Summary
 String getEventName()
          The event name.
 Map<String,Object> getEventParams()
          The event parameters.
 

Method Detail

getEventName

String getEventName()
The event name.

Returns:
The event name

getEventParams

Map<String,Object> getEventParams()
The event parameters.

Returns:
The event parameters


Copyright © 2014. All Rights Reserved.