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

org.datafx.controller.util.VetoableEventHandler Maven / Gradle / Ivy

package org.datafx.controller.util;

import javafx.event.Event;

import java.util.EventListener;

/**
 * Created with IntelliJ IDEA.
 * User: hendrikebbers
 * Date: 18.12.13
 * Time: 00:19
 * To change this template use File | Settings | File Templates.
 */
public interface VetoableEventHandler extends EventListener {

    void handle(T event) throws Veto;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy