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

by.zti.scanner.Consumable Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package by.zti.scanner;

import java.util.List;
import java.util.Map;

/**
 * This is the interface to use in order to create logic for your scanner.
 *
 * @author Yan Frankovski
 * @since ZTIU 1.0.0
 * @see by.zti.scanner.Command
 * @see by.zti.scanner.ConsoleScanner
 */
public interface Consumable {
    /**
     * Interface method to be called from command instance for executing logic.
     * @param params A set of key-params values ({@code Map})
     */
    void consume(Map> params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy