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

io.neow3j.devpack.events.Event4Args Maven / Gradle / Ivy

There is a newer version: 3.23.0
Show newest version
package io.neow3j.devpack.events;

public class Event4Args implements EventInterface {

    public native void fire(T1 arg1, T2 arg2, T3 arg3, T4 arg4);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy