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

com.github.gv2011.util.swing.imp.builder.Invalidatable Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.github.gv2011.util.swing.imp.builder;

@FunctionalInterface
public interface Invalidatable {

  void invalidate();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy