aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/kotlin/ca/allanwang/kau/kpref/activity/KPrefItemActions.kt
blob: e28bac6d4d87aea7fdab382324ea43d41ff7a393 (plain)
1
2
3
4
5
6
7
8
9
10
11
package ca.allanwang.kau.kpref.activity

/**
 * Applicable actions
 */
interface KPrefItemActions {
    /**
     * Attempts to reload current item by identifying it with its titleId
     */
    fun reloadSelf()
}