app / me.argraur.notes.observers / NoteObserver

NoteObserver

interface NoteObserver

Standard observer interface for Notes

Functions

onNotesChanged

Called on notes update

abstract fun onNotesChanged(mNotes: Array<Note>?): Unit

Inheritors

MainActivity

MainActivity. Shows previews for already saved notes

class MainActivity : AppCompatActivity, NoteObserver