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

org.dsa.iot.dslink.util.handler.Handler Maven / Gradle / Ivy

There is a newer version: 0.24.2
Show newest version
package org.dsa.iot.dslink.util.handler;

/**
 * @author Samuel Grenier
 */
public interface Handler {

    void handle(T event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy