de.rpgframework.jfx.IRefreshableList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rpgframework-javafx Show documentation
Show all versions of rpgframework-javafx Show documentation
JavaFX extensions for the RPGFramework
The newest version!
package de.rpgframework.jfx;
/**
* @author prelle
*
*/
public interface IRefreshableList {
//-------------------------------------------------------------------
public void refreshList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy