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

org.jpedal.external.RemoteTracker Maven / Gradle / Ivy

The newest version!
package org.jpedal.external;

import java.rmi.Remote;
import java.rmi.RemoteException;


/**
 * The RemoteTracker interface allows monitoring of page decode progress from another application using java RMI.
 */
@SuppressWarnings("ALL")
public interface RemoteTracker extends Remote {

    void finishedPageDecoding(final String uuid, final int rawPage) throws RemoteException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy