nextgrid.api.pem
Interface POMListener

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ControlListener, DiscoveryListener, ProcessListener

public interface POMListener
extends java.io.Serializable

Base listener.

This interface breaks circular dependency between Process and listeners.

Author:
Rodrigo Ruiz

Method Summary
 boolean isListeningToDescendants()
          Determines if the listener will receive notifications from child processes.
 

Method Detail

isListeningToDescendants

boolean isListeningToDescendants()
Determines if the listener will receive notifications from child processes.

Returns:
true if it should receive child process notifications


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.