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

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