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

org.yamcs.filetransfer.FileAction Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
package org.yamcs.filetransfer;

import org.yamcs.actions.Action;

public abstract class FileAction extends Action {

    protected FileAction(String id, String label) {
        super(id, label);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy