Package com.illumon.iris.db.v2
Interface TableMap.Listener
- Enclosing interface:
- TableMap
public static interface TableMap.Listener
Table map change listener.
-
Method Summary
Modifier and Type Method Description void
handleTableAdded(Object key, Table table)
Notification that a table has been added to the map.
-
Method Details
-
handleTableAdded
Notification that a table has been added to the map.- Parameters:
key
- keytable
- table
-