org.objectweb.proactive.core.event
Interface RuntimeRegistrationEventListener

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

public interface RuntimeRegistrationEventListener
extends ProActiveListener

A class implementating this interface is listener of RuntimeRegistrationEvent.

Since:
ProActive 0.9.4
Version:
1.0, 2002/08/06
Author:
ProActive Team
See Also:
RuntimeRegistrationEvent

Method Summary
 void runtimeRegistered(RuntimeRegistrationEvent event)
          Signals that a registration occured on the runtime encapsulated in the event
 

Method Detail

runtimeRegistered

public void runtimeRegistered(RuntimeRegistrationEvent event)
Signals that a registration occured on the runtime encapsulated in the event

Parameters:
event - the creation event that details the registration on the runtime


Copyright © April 2004 INRIA All Rights Reserved.