borland Packages  Class Hierarchy  jbcl.model Package  Index 

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)
This method is called when the data item in held in the model changes.