dbrown
Interface IView

All Known Implementing Classes:
RTButtonView, RTGraphicView, RTNumericView

public interface IView

A simple interface class that allows a model to contain a collection of views and update each view individually.

Version:
2004-11-02
Author:
David Brown from Byron Weber-Becker

Method Summary
 void updateView()
          All views that implement this class must have an updateView method.
 

Method Detail

updateView

void updateView()
All views that implement this class must have an updateView method. (All methods in an interface are actually abstract by default.)