package net.tasksnow.view.slidingmenu; import net.tasksnow.view.reuse.GenericListAdapter.ListItem; /** * @author LuMa * @since 21:58:59 - 24.03.2013 * @project TasksNow */ public interface OnListItemStateChangeListener { // =========================================================== // Constants // =========================================================== // =========================================================== // Methods // =========================================================== public void onListItemStateChange(ListItem listItem); }