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

de.rpgframework.jfx.attach.PDFViewerService Maven / Gradle / Ivy

The newest version!
package de.rpgframework.jfx.attach;

import de.rpgframework.core.RoleplayingSystem;

public interface PDFViewerService {

	void show(RoleplayingSystem rules, String productID, String lang, int page);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy