JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.beans
Interface JCDataListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCHiGridNode, TreeProperties

public interface JCDataListener
extends EventListener

Objects interested in receiving JCDataEvents must implment this interface. This method will be called by the data source bean component when a value has changed.

See Also:
JCDataEvent

Method Summary
 void JCDataValueChanged(com.klg.jclass.datasource.beans.JCDataEvent e)
           
 

Method Detail

JCDataValueChanged

public void JCDataValueChanged(com.klg.jclass.datasource.beans.JCDataEvent e)

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