Uses of Interface
org.objectweb.proactive.core.event.NodeCreationEventListener

Packages that use NodeCreationEventListener
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
org.objectweb.proactive.core.util **For internal use only** Contains accessory utility classes.  
 

Uses of NodeCreationEventListener in org.objectweb.proactive.core.descriptor.data
 

Classes in org.objectweb.proactive.core.descriptor.data that implement NodeCreationEventListener
 class VirtualNodeImpl
          A VirtualNode is a conceptual entity that represents one or several nodes.
 

Uses of NodeCreationEventListener in org.objectweb.proactive.core.event
 

Classes in org.objectweb.proactive.core.event that implement NodeCreationEventListener
 class AbstractNodeCreationEventListener
           
 

Methods in org.objectweb.proactive.core.event with parameters of type NodeCreationEventListener
 void NodeCreationEventProducer.addNodeCreationEventListener(NodeCreationEventListener listener)
          Adds a listener of NodeCreationEvent.
 void NodeCreationEventProducer.removeNodeCreationEventListener(NodeCreationEventListener listener)
          Removes the NodeCreationEventListener.
 void NodeCreationEventProducerImpl.addNodeCreationEventListener(NodeCreationEventListener listener)
           
 void NodeCreationEventProducerImpl.removeNodeCreationEventListener(NodeCreationEventListener listener)
           
 

Uses of NodeCreationEventListener in org.objectweb.proactive.core.util
 

Classes in org.objectweb.proactive.core.util that implement NodeCreationEventListener
 class NodeCreationListenerForAoCreation
          Creates an Active Object by the multi-tread pool when a node is created.
 



Copyright 2001-2005 INRIA All Rights Reserved.