borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
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)Invoked when content within the singleton has changed