|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartModelListener
This is a very simple interface that indicates a change of some kind in a chart model, without any indication of what the change is. If a chart object receives an event of this kind it will have to redraw the whole chart because it does not know whether points have been added or deleted. It will have to go back to the model and ask all those questions again.
ChartModelChangeListener extends this interface by providing a more information-rich method about what has changed
ChartModelChangeListener
Method Summary | |
---|---|
void |
chartModelChanged()
Call-back method to notify the listener that the chart model has changed |
Method Detail |
---|
void chartModelChanged()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |