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

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

There is a newer version: 5.2.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy