All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pepsoft.worldpainter.PrivateContext Maven / Gradle / Ivy

There is a newer version: 2.23.2
Show newest version
package org.pepsoft.worldpainter;

import org.pepsoft.worldpainter.vo.UsageVO;

/**
 * Created by pepijn on 8-2-2015.
 */
public interface PrivateContext {
    void checkForUpdates();
    void submitUsageData(UsageVO usageData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy