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

org.gemini4j.diesel.ScreenshotProcessor Maven / Gradle / Ivy

The newest version!
package org.gemini4j.diesel;

import java.awt.image.BufferedImage;

public interface ScreenshotProcessor {
    void onImage(String screenshotId, final BufferedImage screenshot);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy