org.objectweb.proactive.core.event
Interface NodeCreationEventProducer

All Known Implementing Classes:
NodeCreationEventProducerImpl

public interface NodeCreationEventProducer

A class implementing this interface can produce NodeCreationEvent. It has also the ability to register or remove NodeCreationEvent listener


Method Summary
 void addNodeCreationEventListener(NodeCreationEventListener listener)
          Adds a listener of NodeCreationEvent.
 void removeNodeCreationEventListener(NodeCreationEventListener listener)
          Removes the NodeCreationEventListener.
 

Method Detail

addNodeCreationEventListener

public void addNodeCreationEventListener(NodeCreationEventListener listener)
Adds a listener of NodeCreationEvent. The listener will receive event when a node is created on a VirtualNode.

Parameters:
listener - the listener to add

removeNodeCreationEventListener

public void removeNodeCreationEventListener(NodeCreationEventListener listener)
Removes the NodeCreationEventListener.

Parameters:
listener - the listener to remove


Copyright ? April 2005 INRIA All Rights Reserved.