hmi.testutil.bml.feedback
Class ListBMLExceptionListener

java.lang.Object
  extended by hmi.testutil.bml.feedback.ListBMLExceptionListener
All Implemented Interfaces:
BMLExceptionListener, BMLListener

public class ListBMLExceptionListener
extends Object
implements BMLExceptionListener


Field Summary
private  List<BMLExceptionFeedback> exceptionList
           
 
Constructor Summary
ListBMLExceptionListener(List<BMLExceptionFeedback> beList)
           
 
Method Summary
 void exception(BMLExceptionFeedback be)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionList

private List<BMLExceptionFeedback> exceptionList
Constructor Detail

ListBMLExceptionListener

public ListBMLExceptionListener(List<BMLExceptionFeedback> beList)
Method Detail

exception

public void exception(BMLExceptionFeedback be)
Specified by:
exception in interface BMLExceptionListener