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

com.harium.etyl.loader.async.AsyncResource Maven / Gradle / Ivy

There is a newer version: 1.10.0.1
Show newest version
package com.harium.etyl.loader.async;

public interface AsyncResource {
    void onLoad(T t);
    Class resourceClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy