Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.table.locked
Interface LockedTableModelListener

All Superinterfaces:
EventListener

public interface LockedTableModelListener
extends EventListener

LockedTableModelListener defines the interface for an object that listens to changes in a LockedTableModel.


Method Summary
 void lockedChanged(LockedTableModelEvent e)
          Tells listeners that the number of lockable rows/columns has changed.
 

Method Detail

lockedChanged

void lockedChanged(LockedTableModelEvent e)
Tells listeners that the number of lockable rows/columns has changed.

Parameters:
e - the event that identifies the change.

Copyright © 2005 Scientific Applications. All Rights Reserved.