org.glite.ce.monitorapij.resource
Interface ResourceListener


public interface ResourceListener

Instances of classes that implement this interface are used to receive notifications regarding events relative to a specified resource.

Author:
Luigi Zangrando (zangrando@pd.infn.it)

Method Summary
 void doOnResourceEvent(ResourceEvent event)
          Things to do when the specified ResourceEvent occurs.
 

Method Detail

doOnResourceEvent

public void doOnResourceEvent(ResourceEvent event)
Things to do when the specified ResourceEvent occurs.

Parameters:
event - The ResourceEvent the listener is interested on.