Interface ProgramIOListener

interface ProgramIOListener {
    output(output): void;
}

Methods

Methods