public interface EditContextListener
| Modifier and Type | Method and Description |
|---|---|
void |
tableAdded(EditContext context,
DataTable table)
Handle the event indicating that a table was added to the edit context.
|
void |
tableRemoved(EditContext context,
DataTable table)
Handle the event indicating that a table was removed from the edit context.
|
void tableAdded(EditContext context, DataTable table)
context - the edit context to which the table was addedtable - the table added to the edit contextvoid tableRemoved(EditContext context, DataTable table)
context - the edit context from which the table was removedtable - the table removed from the edit context