org.objectweb.proactive.core.event
Class BodyEventProducerImpl
java.lang.Object
org.objectweb.proactive.core.event.AbstractEventProducer
org.objectweb.proactive.core.event.BodyEventProducerImpl
- All Implemented Interfaces:
- java.io.Serializable
- public class BodyEventProducerImpl
- extends AbstractEventProducer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyEventProducerImpl
public BodyEventProducerImpl()
fireBodyCreated
public void fireBodyCreated(UniversalBody b)
fireBodyRemoved
public void fireBodyRemoved(UniversalBody b)
fireBodyChanged
public void fireBodyChanged(UniversalBody b)
addBodyEventListener
public void addBodyEventListener(BodyEventListener listener)
removeBodyEventListener
public void removeBodyEventListener(BodyEventListener listener)
notifyOneListener
protected void notifyOneListener(ProActiveListener listener,
ProActiveEvent event)
- Description copied from class:
AbstractEventProducer
- Notifies one listener with the event.
- Specified by:
notifyOneListener
in class AbstractEventProducer
- Parameters:
listener
- the listener to notify.event
- the event to fire to the listener.
Copyright 2001-2005 INRIA All Rights Reserved.