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

info.debatty.java.graphs.CallbackInterface Maven / Gradle / Ivy

package info.debatty.java.graphs;

import java.util.HashMap;

/**
 *
 * @author Thibault Debatty
 */
public interface CallbackInterface {

    /**
     *
     * @param data hashmap containing info about current state of algorithm
     */
    void call(HashMap data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy