Skip to content
Snippets Groups Projects
ModelSubscriber.java 97 B
Newer Older
eyan_'s avatar
eyan_ committed
package com.example.schedulerapp;

public interface ModelSubscriber {
ArktikHunter's avatar
ArktikHunter committed
    void modelChanged();
eyan_'s avatar
eyan_ committed
}