org.simulator.sbml
Interface ConstraintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SimpleConstraintListener

public interface ConstraintListener
extends EventListener

A listener interface that allows the processing of Constraints that triggered during simulation.

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

Method Summary
 void processViolation(ConstraintEvent evt)
          Processes the given ConstraintEvent.
 

Method Detail

processViolation

void processViolation(ConstraintEvent evt)
Processes the given ConstraintEvent.

Parameters:
evt -

Generated at April 19 2013
Version 1.3 Revision 424