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 classTestTests 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. listenersMethods in org.pathvisio.libgpml.model with parameters of type PathwayModelListener Modifier and Type Method Description voidPathwayModel. addListener(PathwayModelListener v)Adds listener to this pathway model.voidPathwayModel. removeListener(PathwayModelListener v)Removes listener from this pathway model.