blather.view
Interface BlatherView


public interface BlatherView


Method Summary
 void run()
          Runs this application.
 void setAppController(AppControllerInterface ac)
          Links an AppController to this view.
 

Method Detail

setAppController

void setAppController(AppControllerInterface ac)
Links an AppController to this view.

Parameters:
ac -

run

void run()
Runs this application. Precondition: setAppController must have been called with a valid AppController.