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