jmce.sim
Interface Console
- All Known Implementing Classes:
- Console, Console, Console, Console, Hazeltine1500, Monitor, Network, PolledSerial, Printer, RXTX, SampleTerminal, Serial, Serial, SerialFile, SerialRXTX, TCPClient, TCPServer, TCPSocket, Terminal, VT100, Z19
public interface Console
Sample interface for printable console.
- Version:
- 1.00
- Author:
- Mario Viara
print
void print(java.lang.Object o)
throws SIMException
- Throws:
SIMException
println
void println()
throws SIMException
- Throws:
SIMException
println
void println(java.lang.Object o)
throws SIMException
- Throws:
SIMException
putchar
void putchar(int c)
throws SIMException
- Throws:
SIMException