org.objectweb.proactive.core.exceptions.manager
Class NFEListenerList

java.lang.Object
  extended byorg.objectweb.proactive.core.exceptions.manager.NFEListenerList
All Implemented Interfaces:
NFEProducer, java.io.Serializable

public class NFEListenerList
extends java.lang.Object
implements NFEProducer, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NFEListenerList()
           
 
Method Summary
 void addNFEListener(NFEListener listener)
           
 int fireNFE(NonFunctionalException e)
           
 void removeNFEListener(NFEListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFEListenerList

public NFEListenerList()
Method Detail

addNFEListener

public void addNFEListener(NFEListener listener)
Specified by:
addNFEListener in interface NFEProducer

removeNFEListener

public void removeNFEListener(NFEListener listener)
Specified by:
removeNFEListener in interface NFEProducer

fireNFE

public int fireNFE(NonFunctionalException e)
Specified by:
fireNFE in interface NFEProducer


Copyright 2001-2005 INRIA All Rights Reserved.