Uses of Interface
mgui.interfaces.datasources.DataSourceListener
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
-
Uses of DataSourceListener in mgui.datasources
Fields in mgui.datasources with type parameters of type DataSourceListener Modifier and Type Field Description protected java.util.ArrayList<DataSourceListener>
DataSource. listeners
Methods in mgui.datasources with parameters of type DataSourceListener Modifier and Type Method Description void
DataSource. addListener(DataSourceListener l)
void
DataSource. removeListener(DataSourceListener l)