borland Packages Class Hierarchy jbcl.model Package Index
java.util.EventListener +----borland.jbcl.model.VectorModelListener
Methods
Implemented by TabsetControl, TabsetPanel, VectorModelAdapter, VectorModelMulticaster, HeaderView, TabsetView
Provides the methods necessary to respond to model events happening in components that use a vector model, such as ListControl. Objects required to respond to these events must implement this interface and register themselves as listeners with the desired vector-model component.
If your component responds to only one vector-model event, instantiate a VectorModelAdapter to handle the other by implementing a method with a null body. If you are working in JBuilder's UI Designer, this object is inserted into your code for you.
void modelContentChanged(borland.jbcl.model.VectorModelEvent e)Called when content within the vector changes.
Parameters:
void modelStructureChanged(borland.jbcl.model.VectorModelEvent e)Called when the size of the vector changes.
Parameters: