public static interface IODevice.Interface extends OutputDevice.Interface
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Input key capture.
|
ResourceString |
getLocation()
Location accessor.
|
boolean |
wouldInput(IODevice.Interface CLI_Device)
Stack overflow protection.
|
beep, cleanScreen, closeDevice, endl, getNativeRef, getScreenInfo, openDevice, printStackTrace, put, put, put, put, wouldOutput
int getKey()
ResourceString getLocation()
boolean wouldInput(IODevice.Interface CLI_Device)
CLI_Device
- Other device that the callee device should check it would input characters from.