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