Package gov.nih.mipav.model.provenance
Interface ProvenanceChangeListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
JDialogDataProvenance
public interface ProvenanceChangeListener extends java.util.EventListener
Used by JDialogDataProvenance to display changes in the provenanceholder (when entries are added)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
provenanceStateChanged(ProvenanceChangeEvent e)
-
-
-
Method Detail
-
provenanceStateChanged
void provenanceStateChanged(ProvenanceChangeEvent e)
- Parameters:
e
- the provenance change event
-
-