public abstract static class NonBlockingIODevice.Native extends IODevice.Native implements NonBlockingIODevice.Interface
Constructor and Description |
---|
Native(long I64_NativeRef)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ExecutionContext.Interface |
getExecutionContext()
Returns the current execution context.
|
void |
onKey(int E_Key)
Handler to call when a key is received.
|
getKey, getLocation, wouldInput
beep, cleanScreen, closeDevice, getScreenInfo, openDevice, put, wouldOutput
endl, printStackTrace, put, put, put
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getLocation, wouldInput
beep, cleanScreen, closeDevice, endl, getNativeRef, getScreenInfo, openDevice, printStackTrace, put, put, put, put, wouldOutput
public Native(long I64_NativeRef)
I64_NativeRef
- Native instance reference.protected ExecutionContext.Interface getExecutionContext()
public void onKey(int E_Key)
NonBlockingIODevice.Interface
onKey
in interface NonBlockingIODevice.Interface
E_Key
- Input key.