Package gnu.kawa.models
Class Model
java.lang.Object
gnu.kawa.models.Model
- All Implemented Interfaces:
Viewable
Abstract class for Viewable objects, with notification/listener support.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(ModelListener listener) void
addListener
(WeakListener listener) void
notifyListeners
(String key)
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
addListener
-
addListener
-
notifyListeners
-