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

VectorSubfocusListener interface

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

About the VectorSubfocusListener interface

Methods  

Implemented by ListControl, VectorSubfocusAdapter

The VectorSubfocusListener interface provides the methods to respond to vector-sufocus events: subfocusChanged() and subfocusChanging().


VectorSubfocusListener methods

Methods defined in this interface


VectorSubfocusListener methods

subfocusChanged(borland.jbcl.model.VectorSubfocusEvent)

  void subfocusChanged(borland.jbcl.model.VectorSubfocusEvent e)
Responds to a subfocus location change.

Parameters:

e
The vector-subfocus event object.

subfocusChanging(borland.jbcl.model.VectorSubfocusEvent)

  void subfocusChanging(borland.jbcl.model.VectorSubfocusEvent e)
Requests to change the subfocus location. The request can be vetoed by throwing VetoException.

Parameters:

e
The vector-subfocus event object.