Class 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  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ProvenanceEntry getEntry()
      Retrieves the provenance entry
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProvenanceChangeEvent

        public ProvenanceChangeEvent​(java.lang.Object source,
                                     ProvenanceEntry entry)
        default constructor
        Parameters:
        source - the source of the event
        entry - the provenance entry
    • Method Detail

      • getEntry

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