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

org.easyb.plugin.ui.EasybView Maven / Gradle / Ivy

The newest version!
package org.easyb.plugin.ui;

public interface EasybView {
    void addBehaviorResult(T result);

    void addBehaviorResult(T parent, T result);

    void displayFailure(Throwable failure);

    void writeOutput(String text);

    void writeConsole(String text);

    void refresh();

    void registerEventListener(ViewEventListener listener);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy