jbcl.model Package
java.lang.Object +----com.borland.jbcl.model.VectorModelAdapter
Properties Methods
Implements VectorModelListener, EventListener
A VectorModelAdapter
class implements the VectorModelListener
interface. The bodies of the methods are empty.
You can use the VectorModelAdapter
component to listen to only some of the vector-model events. Extend the component, overriding the methods for the events you want your component to respond to.
If there are multiple listeners for vector-model events, you can use a VectorModelAdapter
component for each object that listens to these events. This way your code won't have to test the source component to determine which one fired the event.