Module ij
Package ij.text

Interface TableListener


  • public interface TableListener
    Plugins that implement this interface are notified when a table is opened, closed or updated. The Plugins/Utilities/Monitor Events command uses this interface.
    • Method Detail

      • TableUpdated

        void TableUpdated​(TextPanel table,
                          java.lang.String event,
                          int row)