anlavn.ui.datechooser.SelectedAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AL-Library_EN Show documentation
Show all versions of AL-Library_EN Show documentation
Java library for many thing wonderful
The newest version!
package anlavn.ui.datechooser;
public interface SelectedAction {
public final int DAY_SELECTED = 1;
public final int MONTH_SELECTED = 2;
public final int YEAR_SELECTED = 3;
public int getAction();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy