com.hardcode.gdbms.engine.data.edition
Interface EditionListener


public interface EditionListener


Method Summary
 void multipleModification(MultipleEditionEvent e)
          Zero or more changes has been done in the DataSource
 void singleModification(EditionEvent e)
          One change has been done in the DataSource
 

Method Detail

singleModification

void singleModification(EditionEvent e)
One change has been done in the DataSource

Parameters:
e -

multipleModification

void multipleModification(MultipleEditionEvent e)
Zero or more changes has been done in the DataSource

Parameters:
e -


Copyright © 2005-2006 . All Rights Reserved.