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

com.ryansusana.asyncfx.After Maven / Gradle / Ivy

Go to download

AsyncFX is a library for Java and Kotlin aimed at simplifying the development of asynchronous calls in JavaFX.

There is a newer version: 0.0.4
Show newest version
package com.ryansusana.asyncfx;

public interface After{

    void after(T2 params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy