Uses of Interface
org.pathvisio.libgpml.model.PathwayObjectListener
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayObjectListener in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement PathwayObjectListener Modifier and Type Class Description class
Test
Tests for libgpml model classes.Fields in org.pathvisio.libgpml.model with type parameters of type PathwayObjectListener Modifier and Type Field Description private java.util.Set<PathwayObjectListener>
PathwayObject. listeners
Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayObjectListener Modifier and Type Method Description java.util.Set<PathwayObjectListener>
PathwayObject. getListeners()
Returns the listeners for this pathway object.Methods in org.pathvisio.libgpml.model with parameters of type PathwayObjectListener Modifier and Type Method Description void
PathwayObject. addListener(PathwayObjectListener v)
Adds pathway object listener.void
PathwayObject. removeListener(PathwayObjectListener v)
Removes pathway object listener.