⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 factoryclassinfo.java

📁 Java的面向对象数据库系统的源代码
💻 JAVA
字号:
package org.ozoneDB;/** * <p>Every <code>XxxImplFactory</code> must create 1 instance of a class * implementing this interface and call <code>addFactoryClassInfo</code> with * that instance as parameter.</p> * @author  leo */public interface FactoryClassInfo {        /**     * <p>This method is called when someone called <code>AbstractFactory.setDefaultDatabaseUrl</code>.     * Implementations of this class should use this method to make shure the     * next time <code>getDefault()</code> is called for its factory class, that     * method will return a factory connected to the database identified by the     * new uri.</p>     */    public void defaultDatabaseUrlChanged();    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -