Uses of Interface
org.pathvisio.libgpml.model.PathwayModelListener
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayModelListener in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement PathwayModelListener Modifier and Type Class Description class
Test
Tests for libgpml model classes.Fields in org.pathvisio.libgpml.model with type parameters of type PathwayModelListener Modifier and Type Field Description private java.util.List<PathwayModelListener>
PathwayModel. listeners
Methods in org.pathvisio.libgpml.model with parameters of type PathwayModelListener Modifier and Type Method Description void
PathwayModel. addListener(PathwayModelListener v)
Adds listener to this pathway model.void
PathwayModel. removeListener(PathwayModelListener v)
Removes listener from this pathway model.