1: package xui.samples.carousel.database; 2: 3: /** 4: * An interface indicating that the database has been prepared 5: * $Revision: 1.1 $ 6: */ 7: public interface Prepared { 8: public void prepared(Object conn); 9: }