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

org.bidib.wizard.api.service.console.ConsoleModel Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.api.service.console;

import com.jgoodies.common.bean.ObservableBean2;

public interface ConsoleModel extends ObservableBean2 {

    void addConsoleLine(ConsoleColor consoleColor, String line);

    void clear();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy