packageForLT06
Interface DotModelListener

All Known Implementing Classes:
DotDrawingWidget, FilledDotView, WireFrameDotView

public interface DotModelListener


Method Summary
 void changed()
          Method that is invoked to signal to this listener that the model (upon which this listener has been installed) has been changed.
 

Method Detail

changed

void changed()
Method that is invoked to signal to this listener that the model (upon which this listener has been installed) has been changed. This provides an opportunity for the listener to something in response to any change to the model.