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

VectorSubfocusAdapter class

java.lang.Object
   +----borland.jbcl.model.VectorSubfocusAdapter

About the VectorSubfocusAdapter class

Properties  Methods  

Implements VectorSubfocusListener, EventListener

A VectorSubfocusAdapter class implements the VectorSubfocusListener interface. The bodies of the methods are empty.

You can use the VectorSubfocusAdapter class to listen to only some of the vector-subfocus events. Extend the class, overriding the methods for the events you want your component to respond to.

If there are multiple listeners for vector-subfocus events, you can use a VectorSubfocusAdapter class 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.


VectorSubfocusAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

VectorSubfocusAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object