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.  
 

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)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.