org.simulator.sbml
Class SimpleConstraintListener

java.lang.Object
  extended by org.simulator.sbml.SimpleConstraintListener
All Implemented Interfaces:
EventListener, ConstraintListener

public class SimpleConstraintListener
extends Object
implements ConstraintListener

This class represents a simple listener implementation to process the violation of Constraints during simulation by logging the violation event in form of a warning.

Since:
1.3
Version:
$Rev: 389 $
Author:
Alexander Dörr, Andreas Dräger

Constructor Summary
SimpleConstraintListener()
           
 
Method Summary
 void processViolation(ConstraintEvent evt)
          Processes the given ConstraintEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConstraintListener

public SimpleConstraintListener()
Method Detail

processViolation

public void processViolation(ConstraintEvent evt)
Description copied from interface: ConstraintListener
Processes the given ConstraintEvent.

Specified by:
processViolation in interface ConstraintListener

Generated at April 19 2013
Version 1.3 Revision 424