org.objectweb.proactive.core.event
Interface BodyEventListener

All Superinterfaces:
java.util.EventListener, ProActiveListener

public interface BodyEventListener
extends ProActiveListener

A class implementating this interface is listener of BodyEvent.

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
BodyEvent

Method Summary
 void bodyChanged(BodyEvent event)
          Signals that the body encapsulated in the event event has been changed
 void bodyCreated(BodyEvent event)
          Signals that the body encapsulated in the event bodyEvent has been created
 void bodyDestroyed(BodyEvent event)
          Signals that the body encapsulated in the event event has been destroyed
 

Method Detail

bodyCreated

public void bodyCreated(BodyEvent event)
Signals that the body encapsulated in the event bodyEvent has been created

Parameters:
event - the body event that detailled the creation of the body

bodyDestroyed

public void bodyDestroyed(BodyEvent event)
Signals that the body encapsulated in the event event has been destroyed

Parameters:
event - the body event that details the destruction of the body

bodyChanged

public void bodyChanged(BodyEvent event)
Signals that the body encapsulated in the event event has been changed

Parameters:
event - the body event that details the change of the body


Copyright © April 2004 INRIA All Rights Reserved.