Uses of Interface
com.ohrasys.app.AppViewEventListener

Uses of AppViewEventListener in com.ohrasys.app
 

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

Fields in com.ohrasys.app declared as AppViewEventListener
protected  AppViewEventListener AbstractAppView.controller
          The controller that will listen to this application view
 

Methods in com.ohrasys.app with parameters of type AppViewEventListener
 void AbstractAppView.setController(AppViewEventListener controller)
          Registers ActionListener to receive events.