Newer
Older
Cactus / app / src / main / java / org / ntlab / radishforandroidstudio / cactusClient / models / UpdateBoundary.java
n-konishi on 20 Dec 2018 251 bytes updateの変更
package org.ntlab.radishforandroidstudio.cactusClient.models;

public interface UpdateBoundary {

    /**
     * モデルの状態を更新する

     * @param interval 前回の更新からの時間差
     */
    void onUpdate(double interval);
}