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

org.bidib.wizard.server.controllers.actions.BoosterStatusAction Maven / Gradle / Ivy

There is a newer version: 2.0.25
Show newest version
package org.bidib.wizard.server.controllers.actions;

import org.bidib.wizard.api.model.connection.AbstractNodeQueueEvent;

public class BoosterStatusAction extends AbstractNodeQueueEvent {

    public BoosterStatusAction(String connectionId, long uniqueId) {
        super(connectionId, uniqueId);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy