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

org.bidib.wizard.server.controllers.actions.CommandStationStatusAction 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 CommandStationStatusAction extends AbstractNodeQueueEvent {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy