Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DeleteStackListener.java « stack « ui « deck « nextcloud « niedermann « it « java « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0b5d68f7848f355c6fc762dc194700bdc73ca00 (plain)
1
2
3
4
5
package it.niedermann.nextcloud.deck.ui.stack;

public interface DeleteStackListener {
    void onStackDeleted(long stackLocalId);
}