jmce - 1_02

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

Method Summary
 void print(java.lang.Object o)
           
 void println()
           
 void println(java.lang.Object o)
           
 void putchar(int c)
           
 

Method Detail

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

jmce - 1_02