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:
java.io.Serializable
public class ProvenanceChangeEvent extends javax.swing.event.ChangeEvent
Provenance Change event for listeners to update (jtable provenance viewing)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ProvenanceEntry
entry
-
Constructor Summary
Constructors Constructor Description ProvenanceChangeEvent(java.lang.Object source, ProvenanceEntry entry)
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvenanceEntry
getEntry()
Retrieves the provenance entry
-
-
-
Field Detail
-
entry
private ProvenanceEntry entry
-
-
Constructor Detail
-
ProvenanceChangeEvent
public ProvenanceChangeEvent(java.lang.Object source, ProvenanceEntry entry)
default constructor- Parameters:
source
- the source of the evententry
- the provenance entry
-
-
Method Detail
-
getEntry
public ProvenanceEntry getEntry()
Retrieves the provenance entry- Returns:
- the entry
-
-