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

org.solovyev.android.list.ListItemOnClickData Maven / Gradle / Ivy

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

import android.widget.ListView;
import org.jetbrains.annotations.NotNull;

/**
 * User: serso
 * Date: 5/5/12
 * Time: 8:16 PM
 */
public interface ListItemOnClickData {

    @NotNull
    T getDataObject();

    @NotNull
    ListAdapter getAdapter();

    @NotNull
    ListView getListView();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy