org.objectweb.proactive.core.event
Interface NodeCreationEventListener

All Superinterfaces:
java.util.EventListener, ProActiveListener
All Known Implementing Classes:
AbstractNodeCreationEventListener, NodeCreationListenerForAoCreation, VirtualNodeImpl

public interface NodeCreationEventListener
extends ProActiveListener

A class implementating this interface is listener of NodeCreationEvent.

Since:
ProActive 2.0.1
Version:
1.0, 2004/07/06

Method Summary
 void nodeCreated(NodeCreationEvent event)
          Signals that a node creation occured on the virtualNode encapsulated in the event
 

Method Detail

nodeCreated

public void nodeCreated(NodeCreationEvent event)
Signals that a node creation occured on the virtualNode encapsulated in the event

Parameters:
event - that details the creation of the node


Copyright 2001-2005 INRIA All Rights Reserved.