org.fxmisc.wellbehaved.event.template.InputHandlerTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
FX-Text-Area for formatted text and other special effects.
package org.fxmisc.wellbehaved.event.template;
import javafx.event.Event;
import org.fxmisc.wellbehaved.event.InputHandler.Result;
@FunctionalInterface
public interface InputHandlerTemplate {
Result process(S state, E event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy