jbcl.model Package
java.util.EventListener +----com.borland.jbcl.model.VectorSubfocusListener
Methods
Implemented by ListControl, VectorSubfocusAdapter
The VectorSubfocusListener
interface provides the methods to respond to vector-sufocus events: subfocusChanged()
and subfocusChanging()
.
void subfocusChanged(VectorSubfocusEvent e)Responds to a subfocus location change.
Parameters:
e
void subfocusChanging(VectorSubfocusEvent e)Requests to change the subfocus location. The request can be vetoed by throwing
VetoException
.
Parameters:
e