Package org.ujmp.gui.interfaces
Interface CanBeUpdated
-
- All Known Implementing Classes:
MatrixPlot
public interface CanBeUpdated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addUpdateListener(UpdateListener l)
void
fireUpdated()
void
removeUpdateListener(UpdateListener l)
-
-
-
Method Detail
-
addUpdateListener
void addUpdateListener(UpdateListener l)
-
removeUpdateListener
void removeUpdateListener(UpdateListener l)
-
fireUpdated
void fireUpdated()
-
-