Uses of Class
org.pathvisio.libgpml.model.PathwayModelEvent
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayModelEvent in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type PathwayModelEvent Modifier and Type Field Description (package private) java.util.List<PathwayModelEvent>
Test. received
Methods in org.pathvisio.libgpml.model with parameters of type PathwayModelEvent Modifier and Type Method Description void
PathwayModel. fireObjectModifiedEvent(PathwayModelEvent e)
Firing the ObjectModifiedEvent has the side effect of marking the Pathway as changed.void
Test. gmmlObjectModified(PathwayModelEvent e)
void
PathwayModelListener. pathwayModified(PathwayModelEvent e)
Notifies of pathway model modified.void
Test. pathwayModified(PathwayModelEvent e)