🙆🏻 Woof that's done it Playlist
Code refactor to Kotlin
This commit is contained in:
parent
ff20b3a052
commit
e159b1a32a
73 changed files with 1482 additions and 1785 deletions
|
@ -0,0 +1,13 @@
|
|||
package code.name.monkey.retromusic.interfaces
|
||||
|
||||
import android.view.MenuItem
|
||||
import android.view.View
|
||||
import java.io.File
|
||||
|
||||
interface Callbacks {
|
||||
fun onFileSelected(file: File)
|
||||
|
||||
fun onFileMenuClicked(file: File, view: View)
|
||||
|
||||
fun onMultipleItemAction(item: MenuItem, files: ArrayList<File>)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue