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

com.barrybecker4.ui.components.Appendable Maven / Gradle / Ivy

// Copyright by Barry G. Becker, 2012. Licensed under MIT License: http://www.opensource.org/licenses/MIT
package com.barrybecker4.ui.components;

/**
 * Something that can append strings.
 * @author Barry Becker
 */
public interface Appendable {

    /** @param message string to append to the appendable */
    void append(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy