![JAR search and dependency download from the Maven repository](/logo.png)
com.netopyr.reduxfx.vscenegraph.event.VEventHandler Maven / Gradle / Ivy
package com.netopyr.reduxfx.vscenegraph.event;
import javafx.event.Event;
@FunctionalInterface
public interface VEventHandler {
Object onChange(E event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy