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

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

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

/**
 * Similar to a handler however it provides an easy way to determine
 * whether there are no more events.
 *
 * @author Samuel Grenier
 */
public interface CompleteHandler extends Handler {

    /**
     * All events are now completed.
     */
    void complete();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy