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

org.fxmisc.wellbehaved.event.template.InputHandlerTemplate Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
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