YassinAJDI/MaterialJournal

View on GitHub
app/src/main/java/com/ajdi/yassin/materialjournal/ui/addedit/AddEditNoteNavigator.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.ajdi.yassin.materialjournal.ui.addedit;

/**
 * Defines the navigation actions that can be called from the Add/Edit screen.
 */
public interface AddEditNoteNavigator {

    void onNoteSaved();
}