Package gov.nih.mipav.model.provenance
Class ProvenanceChangeEvent
java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
gov.nih.mipav.model.provenance.ProvenanceChangeEvent
- All Implemented Interfaces:
Serializable
Provenance Change event for listeners to update (jtable provenance viewing)
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionProvenanceChangeEvent(Object source, ProvenanceEntry entry) default constructor -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
entry
-
-
Constructor Details
-
ProvenanceChangeEvent
default constructor- Parameters:
source- the source of the evententry- the provenance entry
-
-
Method Details
-
getEntry
Retrieves the provenance entry- Returns:
- the entry
-