Uses of Interface
com.googlecode.lanterna.gui2.table.TableModel.Listener
Packages that use TableModel.Listener
-
Uses of TableModel.Listener in com.googlecode.lanterna.gui2.table
Fields in com.googlecode.lanterna.gui2.table declared as TableModel.ListenerFields in com.googlecode.lanterna.gui2.table with type parameters of type TableModel.ListenerMethods in com.googlecode.lanterna.gui2.table with parameters of type TableModel.ListenerModifier and TypeMethodDescriptionTableModel.addListener
(TableModel.Listener<V> listener) Adds a listener to this table model that will be notified whenever the model changesTableModel.removeListener
(TableModel.Listener<V> listener) Removes a listener from this model so that it will no longer receive any notifications when the model changes