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

com.ajjpj.asysmon.config.ASysMonAware Maven / Gradle / Ivy

There is a newer version: 1.0-pre28
Show newest version
package com.ajjpj.asysmon.config;

import com.ajjpj.asysmon.ASysMonApi;

/**
 * If a measurers or data sink implements this interface and is registered with an A-SysMon instance, it will be
 *  injected that A-SysMon instance as part of the registration process.
 *
 * @author arno
 */
public interface ASysMonAware {
    void setASysMon(ASysMonApi sysMon);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy