Simulation Core Library

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: 454 $
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 March 17 2014
Version 1.4 Revision 453