com.eliad.model
Interface GridSelectionListener

All Known Implementing Classes:
JSmartGrid, AccessibleGrid

public interface GridSelectionListener
extends java.util.EventListener

The interface of listeners to GridSelectionModel changes

Version:
1.0 03/26/00
Author:
Patrick Mérissert-Coffinières

Method Summary
 void anchorChanged(GridSelectionEvent event)
          Called whenever the anchor moves
 void rangeChanged(GridSelectionEvent event)
          Called whenever the status of some cell changes.
 

Method Detail

rangeChanged

public void rangeChanged(GridSelectionEvent event)
Called whenever the status of some cell changes.
Parameters:
e - the event that characterizes the change.

anchorChanged

public void anchorChanged(GridSelectionEvent event)
Called whenever the anchor moves