Uses of Interface
omix.plugin.data.DataMatrixChangeListener
Package | Description |
---|---|
omix.plugin.data | |
omix.util.data |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of DataMatrixChangeListener in omix.plugin.data
Methods in omix.plugin.data with parameters of type DataMatrixChangeListener Modifier and Type Method Description void
DataMatrixInterface. addDataMatrixChangeListener(DataMatrixChangeListener listener)
Adds a change listener to the data matrix.void
Table. addDataMatrixChangeListener(DataMatrixChangeListener listener)
void
DataMatrixInterface. removeDataMatrixChangeListener(DataMatrixChangeListener listener)
void
Table. removeDataMatrixChangeListener(DataMatrixChangeListener listener)
-
Uses of DataMatrixChangeListener in omix.util.data
Methods in omix.util.data with parameters of type DataMatrixChangeListener Modifier and Type Method Description void
AbstractDataMatrix. addDataMatrixChangeListener(DataMatrixChangeListener listener)
Adds a change listener to the data matrix.void
AbstractDataMatrix. removeDataMatrixChangeListener(DataMatrixChangeListener listener)
Removes the change listener from the data matrix if available.