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

MatrixModelAdapter class

java.lang.Object
   +----borland.jbcl.model.MatrixModelAdapter

About the MatrixModelAdapter class

Properties  Methods  

Implements MatrixModelListener, EventListener

A MatrixModelAdapter class implements the MatrixModelListener interface. The bodies of the methods are empty.

You can use the MatrixModelAdapter class to listen to only some of the matrix-model events. Extend the class, overriding the methods for the events you want your component to respond to.

If there are multiple listeners for matrix-model events, you can use a MatrixModelAdapter class for each object that listens to these events. This way your code won't have to test the source component to determine which one fired the event.


MatrixModelAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

MatrixModelAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object