Uses of Class
com.tobesoft.xplatform.data.DataSetEvent

Packages that use DataSetEvent
com.tobesoft.xplatform.data X-API의 데이터 구조를 정의한다. 
 

Uses of DataSetEvent in com.tobesoft.xplatform.data
 

Methods in com.tobesoft.xplatform.data with parameters of type DataSetEvent
 void DataSetListener.structureChanged(DataSetEvent e)
          열(column)의 추가등 구조가 변경된 경우 호출된다.
 void DataSetListener.dataUpdated(DataSetEvent e)
          데이터가 변경된 경우 호출된다.
 void DataSetListener.rowInserted(DataSetEvent e)
          행(row)이 추가된 경우 호출된다.
 void DataSetListener.rowRemoved(DataSetEvent e)
          행(row)이 삭제된 경우 호출된다.
 



Copyright © 2000-2011 TOBESOFT Co., Ltd.