Package org.pathvisio.libgpml.model
Class PathwayModel.StatusFlagEvent
java.lang.Object
org.pathvisio.libgpml.model.PathwayModel.StatusFlagEvent
- Enclosing class:
 - PathwayModel
 
public static class PathwayModel.StatusFlagEvent
extends java.lang.Object
Event for a change in the "changed" status of this Pathway
- Author:
 - unknown
 
- 
Field Summary
Fields Modifier and Type Field Description private booleannewStatus - 
Constructor Summary
Constructors Constructor Description StatusFlagEvent(boolean newStatus) - 
Method Summary
Modifier and Type Method Description booleangetNewStatus()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
newStatus
private boolean newStatus 
 - 
 - 
Constructor Details
- 
StatusFlagEvent
public StatusFlagEvent(boolean newStatus) 
 - 
 - 
Method Details
- 
getNewStatus
public boolean getNewStatus() 
 -