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);
}
package org.mwg.plugin;
@FunctionalInterface
public interface NodeStateCallback {
void on(long attributeKey, byte elemType, Object elem);
}