org.bdgp.util
Interface Commitable

All Known Implementing Classes:
DataAdapterChooser

public interface Commitable

An interface for any object that allows commit/cancel behavior.


Method Summary
 void cancel()
           
 void commit()
           
 

Method Detail

commit

public void commit()

cancel

public void cancel()