Interface PathwayModel.StatusFlagListener

All Superinterfaces:
java.util.EventListener
Enclosing class:
PathwayModel

public static interface PathwayModel.StatusFlagListener
extends java.util.EventListener
Implement this interface if you want to be notified when the "changed" status changes. This happens e.g. when the user makes a change to an unchanged pathway, or when a changed pathway is saved.
Author:
unknown