|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to be implemented by classes of objects
that desire access to the shared text console.
This interface simply provides access to the shared
object providing text input and output capabilities
for threads running in the Java Virtual Machine.ConsoleGateway
Note that it is possible to use System.in,
System.out and System.err
to directly access the Java Virtual Machine console,
but such access may be restricted by a security manager
of the Java Virtual Machine, or may not be supported
by the Java Virtual Machine on which a thread is running.
The shared console object made accessible
through this interface has further functionality
not provided by the System stream objects.
ConsoleGateway| Field Summary | |
static ConsoleGateway |
console
The shared console object. |
| Field Detail |
public static final ConsoleGateway console
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||