JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCCellDisplayListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCCellDisplayAdapter

public interface JCCellDisplayListener
extends EventListener

This is the listener interface for receiving JCCellDisplayEvent objects for cells.

See Also:
JCCellDisplayEvent

Method Summary
 void cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
          Invoked when the cell's value is to be displayed by the table.
 

Method Detail

cellDisplay

public void cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
Invoked when the cell's value is to be displayed by the table.


Copyright © 2004 Quest Software Inc..
All rights reserved.