Uses of Interface
com.googlecode.lanterna.gui2.table.TableModel.Listener
-
Packages that use TableModel.Listener Package Description com.googlecode.lanterna.gui2.table -
-
Uses of TableModel.Listener in com.googlecode.lanterna.gui2.table
Fields in com.googlecode.lanterna.gui2.table declared as TableModel.Listener Modifier and Type Field Description private TableModel.Listener<V>
Table. tableModelListener
Fields in com.googlecode.lanterna.gui2.table with type parameters of type TableModel.Listener Modifier and Type Field Description private java.util.List<TableModel.Listener<V>>
TableModel. listeners
Methods in com.googlecode.lanterna.gui2.table with parameters of type TableModel.Listener Modifier and Type Method Description TableModel<V>
TableModel. addListener(TableModel.Listener<V> listener)
Adds a listener to this table model that will be notified whenever the model changesTableModel<V>
TableModel. removeListener(TableModel.Listener<V> listener)
Removes a listener from this model so that it will no longer receive any notifications when the model changes
-