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

neureka.devices.DeviceCleaner Maven / Gradle / Ivy

package neureka.devices;

interface DeviceCleaner
{
    static DeviceCleaner getInstance() {
        return new CustomDeviceCleaner();
    }

    void register( Object o, Runnable action );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy