gvt.mvc
Interface View

All Known Implementing Classes:
CounterPanel, BasicContr, CounterPanel, BasicContr

public abstract interface View

This interface must be implemented from all Views


Method Summary
 void updateView(Model model)
          The model will call this method to update the view
 

Method Detail

updateView

public void updateView(Model model)
The model will call this method to update the view