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

org.brutusin.wava.input.CancelInput Maven / Gradle / Ivy

The newest version!
package org.brutusin.wava.input;

public class CancelInput extends Input {

    private int id;

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy