All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.observer.FastDatabaseObserver Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.fastchar.observer;

import com.fastchar.core.FastChar;


public class FastDatabaseObserver {

    public void onScannerFinish() throws Exception {
        FastChar.getDatabases().flushDatabase();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy