Package xal.tools.data
Interface EditContextListener
public interface EditContextListener
interface for handling edit context events
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Method Details
-
tableAdded
Handle the event indicating that a table was added to the edit context.- Parameters:
context
- the edit context to which the table was addedtable
- the table added to the edit context
-
tableRemoved
Handle the event indicating that a table was removed from the edit context.- Parameters:
context
- the edit context from which the table was removedtable
- the table removed from the edit context
-