org.bidib.wizard.server.controllers.actions.NodeStringAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-server Show documentation
Show all versions of bidibwizard-server Show documentation
jBiDiB BiDiB Wizard Server POM
package org.bidib.wizard.server.controllers.actions;
import org.bidib.wizard.api.model.connection.AbstractNodeQueueEvent;
public class NodeStringAction extends AbstractNodeQueueEvent {
public NodeStringAction(String connectionId, long uniqueId) {
super(connectionId, uniqueId);
}
}