borland Packages Class Hierarchy jbcl.model Package Index
java.util.EventListener +----borland.jbcl.model.SingletonModelListener
Methods
Implemented by ButtonControl, CheckboxControl, ChoiceControl, FieldControl, ImageControl, LabelControl, LocatorControl, TextAreaControl, TextFieldControl, SingletonModelMulticaster, ButtonView, CheckboxView, ChoiceView, FieldView, LabelView, TextAreaView, TextFieldView
The SingletonModelListener interface contains the definition for the method that responds to a change in the content of the data item within a singleton model object. Implement this interface if your component responds to that event.
public void modelContentChanged(borland.jbcl.model.SingletonModelEvent e)This method is called when the data item in held in the model changes.