JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCTableDataAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCTableDataAdapter
All Implemented Interfaces:
EventListener, JCTableDataListener

public abstract class JCTableDataAdapter
extends Object
implements JCTableDataListener

The adapter which receives JCTableDataEvent events.

See Also:
JCTableDataEvent

Constructor Summary
JCTableDataAdapter()
           
 
Method Summary
 void dataChanged(com.klg.jclass.table.JCTableDataEvent e)
          Invoked when the data source is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCTableDataAdapter

public JCTableDataAdapter()
Method Detail

dataChanged

public void dataChanged(com.klg.jclass.table.JCTableDataEvent e)
Invoked when the data source is changed.

Specified by:
dataChanged in interface JCTableDataListener
Parameters:
e - The event generated by the data source change

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