com.im.ijc.widgets.common.table
Class EntityDataListener
java.lang.Object
com.im.ijc.widgets.common.table.EntityDataListener
- All Implemented Interfaces:
- DFEntityDataListener, EventListener
public class EntityDataListener
- extends Object
- implements DFEntityDataListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDataListener
public EntityDataListener(TableWidgetModel<?> tableModel)
rowsAdded
public void rowsAdded(DFEntityDataEvent evt)
- Specified by:
rowsAdded in interface DFEntityDataListener
rowsDeleted
public void rowsDeleted(DFEntityDataEvent evt)
- Specified by:
rowsDeleted in interface DFEntityDataListener
rowsUpdated
public void rowsUpdated(DFEntityDataEvent evt)
- Specified by:
rowsUpdated in interface DFEntityDataListener