org.objectweb.proactive.core.event
Interface RuntimeRegistrationEventProducer

All Known Implementing Classes:
RuntimeRegistrationEventProducerImpl

public interface RuntimeRegistrationEventProducer


Method Summary
 void addRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener)
          Adds a listener of RuntimeRegistrationEvent.
 void removeRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener)
          Removes the RuntimeRegistrationEventListener.
 

Method Detail

addRuntimeRegistrationEventListener

public void addRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener)
Adds a listener of RuntimeRegistrationEvent. The listener will receive event a remote runtime registers on this runtime.

Parameters:
listener - the listener to add

removeRuntimeRegistrationEventListener

public void removeRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener)
Removes the RuntimeRegistrationEventListener.

Parameters:
listener - the listener to remove


Copyright © April 2004 INRIA All Rights Reserved.