borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

SingletonModelListener interface

java.util.EventListener
   +----borland.jbcl.model.SingletonModelListener

About the SingletonModelListener interface

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.


SingletonModelListener methods

Methods defined in this interface


SingletonModelListener methods

modelContentChanged(borland.jbcl.model.SingletonModelEvent)

  public void modelContentChanged(borland.jbcl.model.SingletonModelEvent e)
Invoked when content within the singleton has changed