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

org.mwg.plugin.NodeStateCallback Maven / Gradle / Ivy

The newest version!
package org.mwg.plugin;

@FunctionalInterface
public interface NodeStateCallback {

    void on(long attributeKey, byte elemType, Object elem);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy