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

editor.util.IReplaceWordCallback Maven / Gradle / Ivy

package editor.util;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy