Uses of Interface
com.ohrasys.app.AppControllerEventListener

Uses of AppControllerEventListener in com.ohrasys.app
 

Classes in com.ohrasys.app that implement AppControllerEventListener
 class AbstractAppModel
          A basic application model which should be subclassed and specialized by specific application implementations by implementing the processEvent method.
 class AbstractAppView
          A basic application view which should be subclassed and specialized by specific application implementations.
 

Fields in com.ohrasys.app declared as AppControllerEventListener
protected  AppControllerEventListener AbstractAppController.model
          The application model
 

Fields in com.ohrasys.app with type parameters of type AppControllerEventListener
protected  java.util.List<AppControllerEventListener> AbstractAppController.views
          The application views
 

Methods in com.ohrasys.app with parameters of type AppControllerEventListener
 void AbstractAppController.addView(AppControllerEventListener view)
          Registers ActionListener to receive events.
 void AbstractAppController.removeView(AppControllerEventListener view)
          Removes ActionListener from the list of listeners.
protected  void AbstractAppController.setModel(AppControllerEventListener model)
          Registers ActionListener to receive events.