borland Packages  Class Hierarchy  jbcl.model Package  Index 

MatrixSubfocusListener interface

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

About the MatrixSubfocusListener interface

Methods  

Implemented by GridControl, MatrixSubfocusAdapter

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


MatrixSubfocusListener methods

Methods defined in this interface


MatrixSubfocusListener methods

subfocusChanged(borland.jbcl.model.MatrixSubfocusEvent)

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

Parameters:

e
The matrix-subfocus event object.

subfocusChanging(borland.jbcl.model.MatrixSubfocusEvent)

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

Parameters:

e
The matrix-subfocus event object.