Uses of Interface
org.pathvisio.libgpml.model.PathwayModel.StatusFlagListener
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayModel.StatusFlagListener in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type PathwayModel.StatusFlagListener Modifier and Type Field Description private java.util.List<PathwayModel.StatusFlagListener>
PathwayModel. statusFlagListeners
Methods in org.pathvisio.libgpml.model with parameters of type PathwayModel.StatusFlagListener Modifier and Type Method Description void
PathwayModel. addStatusFlagListener(PathwayModel.StatusFlagListener v)
Registers a status flag listenervoid
PathwayModel. removeStatusFlagListener(PathwayModel.StatusFlagListener v)
Removes a status flag listener