Interface EditContextListener


public interface EditContextListener
interface for handling edit context events
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tableAdded(EditContext context, DataTable table)
    Handle the event indicating that a table was added to the edit context.
    void
    Handle the event indicating that a table was removed from the edit context.
  • Method Details

    • tableAdded

      void tableAdded(EditContext context, DataTable table)
      Handle the event indicating that a table was added to the edit context.
      Parameters:
      context - the edit context to which the table was added
      table - the table added to the edit context
    • tableRemoved

      void tableRemoved(EditContext context, DataTable table)
      Handle the event indicating that a table was removed from the edit context.
      Parameters:
      context - the edit context from which the table was removed
      table - the table removed from the edit context