borland Packages Class Hierarchy jbcl.model Package Index
java.util.EventListener +----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(borland.jbcl.model.MatrixSubfocusEvent e)Responds to a subfocus location change.
Parameters:
void subfocusChanging(borland.jbcl.model.MatrixSubfocusEvent e)Requests to change the subfocus location. The request can be vetoed by throwing VetoException.
Parameters: