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

io.sitoolkit.wt.gui.pres.FileOpenable Maven / Gradle / Ivy

The newest version!
package io.sitoolkit.wt.gui.pres;

import java.io.File;

public interface FileOpenable {

  void open(File file);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy