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

      void handleTableAdded​(Object key, Table table)
      Notification that a table has been added to the map.
      Parameters:
      key - key
      table - table