Package gnu.kawa.models
Class Model
- java.lang.Object
-
- gnu.kawa.models.Model
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(ModelListener listener)
void
addListener(WeakListener listener)
void
notifyListeners(String key)
-
-
-
Method Detail
-
addListener
public void addListener(ModelListener listener)
-
addListener
public void addListener(WeakListener listener)
-
notifyListeners
public void notifyListeners(String key)
-
-