Interface TableLifeCycleListener

    • Field Detail

      • EVENT_TABLELIFECYCLE_INITIALIZED

        static final int EVENT_TABLELIFECYCLE_INITIALIZED
        May be called multiple times during the lifecycle of the table
        See Also:
        Constant Field Values
      • EVENT_TABLELIFECYCLE_DESTROYED

        static final int EVENT_TABLELIFECYCLE_DESTROYED
        May be called multiple times during the lifecycle of the table
        See Also:
        Constant Field Values
      • EVENT_TABLELIFECYCLE_SHUTDOWN

        static final int EVENT_TABLELIFECYCLE_SHUTDOWN
        See Also:
        Constant Field Values
    • Method Detail

      • tableLifeCycleEventOccurred

        void tableLifeCycleEventOccurred​(TableView tv,
                                         int eventType,
                                         java.util.Map<java.lang.String,​java.lang.Object> data)