it.jnrpe.events
Interface IJNRPEEventListener


public interface IJNRPEEventListener

This class represent the interface an object must implement to be able to receive events from JNRPE.

Author:
Massimiliano Ziccardi

Method Summary
 void receive(Object sender, IJNRPEEvent event)
          This method receives the event and reacts.
 

Method Detail

receive

void receive(Object sender,
             IJNRPEEvent event)
This method receives the event and reacts.

Parameters:
sender - The source of the event
event - The event


Copyright © 2014. All Rights Reserved.