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 classTestTests 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. listenersMethods 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 voidPathwayObject. addListener(PathwayObjectListener v)Adds pathway object listener.voidPathwayObject. removeListener(PathwayObjectListener v)Removes pathway object listener.