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

org.sahagin.runlib.external.adapter.ScreenCaptureAdapter Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package org.sahagin.runlib.external.adapter;

public interface ScreenCaptureAdapter {

    // null return means no capture
    byte[] captueScreen();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy