com.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_VN Show documentation
Show all versions of AL-Library_VN Show documentation
Java library for many thing wonderful
package com.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 - 2025 Weber Informatics LLC | Privacy Policy