Uses of Interface
com.ohrasys.app.AppModelEventListener

Uses of AppModelEventListener in com.ohrasys.app
 

Classes in com.ohrasys.app that implement AppModelEventListener
 class AbstractAppController
          A basic controller that negotiates the state between a model and one or more views.
 

Fields in com.ohrasys.app declared as AppModelEventListener
protected  AppModelEventListener AbstractAppModel.controller
          The controller listening to this application model
 

Methods in com.ohrasys.app with parameters of type AppModelEventListener
 void AbstractAppModel.setController(AppModelEventListener controller)
          Adds the controller as a listener of this model.