app / me.argraur.notes.observers / NoteActionObserver

NoteActionObserver

interface NoteActionObserver

Observer interface for NoteActionManager

Functions

onAction

Called when action request was created

abstract fun onAction(note: Note, action: Action): Unit

Inheritors

NoteManager

Manages Notes and NoteObservers

class NoteManager : NoteObserverManager, NoteActionObserver