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