org.mwg.plugin.NodeStateCallback Maven / Gradle / Ivy
package org.mwg.plugin;
@FunctionalInterface
public interface NodeStateCallback {
void on(long attributeKey, int elemType, Object elem);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy