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

org.solovyev.android.menu.IdentifiableMenuItem Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.menu;

import org.jetbrains.annotations.NotNull;

/**
* User: serso
* Date: 4/30/12
* Time: 11:06 AM
*/
public interface IdentifiableMenuItem extends AMenuItem {

    @NotNull
    Integer getItemId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy