Interface TextPipe


  • public interface TextPipe

    Sends text along from one are to another. This allows an implementation independent way for a class to send text between two areas. This interface can be used to send a method as a parameter, like in this class.

    Since:
    JTalker 0.1.5
    Version:
    0.0.1
    Author:
    C. William Oswald
    See Also:
    sendText(String)
    • Method Detail

      • sendText

        void sendText​(String text)
        Sends the given text along the pipe.
        Parameters:
        text - The text to send along the pipe.