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

editor.util.IReplaceWordCallback Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor.util;

/**
 * A callback interface facilitating word replacement in text components.
 */
public interface IReplaceWordCallback
{
  public boolean shouldReplace( String strWord );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy