|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IView
A simple interface class that allows a model to contain a collection of views and update each view individually.
Method Summary | |
---|---|
void |
updateView()
All views that implement this class must have an updateView
method. |
Method Detail |
---|
void updateView()
updateView
method. (All methods in an interface are actually abstract by default.)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |