org.zaval.data.event
Interface MatrixListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwGrid

public interface MatrixListener
extends java.util.EventListener

This is listener interface for receiving matrix events.


Method Summary
 void cellModified(MatrixEvent e)
          Invoked when a cell of the matrix model has been updated.
 void matrixResized(MatrixEvent e)
          Invoked when a dimension of the matrix model (number of rows or number of columns) has been changed.
 

Method Detail

matrixResized

public void matrixResized(MatrixEvent e)
Invoked when a dimension of the matrix model (number of rows or number of columns) has been changed.
Parameters:
e - the matrix event.

cellModified

public void cellModified(MatrixEvent e)
Invoked when a cell of the matrix model has been updated.
Parameters:
e - the matrix event.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org