controller
package controller
Members list
Packages
package controller.base
Type members
Classlikes
trait Controller extends Observable
The controller contains business logic. It holds a status which is updated through its methods executed by the observers. Upon a state update, all observers are notified. Observers can then read the status and reflect the changes. Methods which change
The controller contains business logic. It holds a status which is updated through its methods executed by the observers. Upon a state update, all observers are notified. Observers can then read the status and reflect the changes. Methods which change
Attributes
- Supertypes
- Known subtypes
-
class BaseController
In this article