Class ProvenanceChangeEvent

java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
gov.nih.mipav.model.provenance.ProvenanceChangeEvent
All Implemented Interfaces:
Serializable

public class ProvenanceChangeEvent extends ChangeEvent
Provenance Change event for listeners to update (jtable provenance viewing)
See Also:
  • Field Details

  • Constructor Details

    • ProvenanceChangeEvent

      public ProvenanceChangeEvent(Object source, ProvenanceEntry entry)
      default constructor
      Parameters:
      source - the source of the event
      entry - the provenance entry
  • Method Details

    • getEntry

      public ProvenanceEntry getEntry()
      Retrieves the provenance entry
      Returns:
      the entry