Newer
Older
Cactus-CleanArchitecture / app / src / main / java / org / ntlab / radishforandroidstudio / cactusClient / usecase / UpdateBoundary.java
package org.ntlab.radishforandroidstudio.cactusClient.usecase;

public interface UpdateBoundary {

    void onUpdate(double interval);
}