Package com.iizix.term.ee
Class EERuntime
java.lang.Object
com.iizix.term.ee.EERuntime
Handles all logic assigned to a EE(M) file in a "live" session.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- onSendKeyPressed- (EEScreen ee, char[] chars, int key, HostSessionEE e) A send-key is pressed.
- Constructor Details- EERuntimeConstructor.- Parameters:
- master- The master file.
 
 
- Method Details- onSendKeyPressedA send-key is pressed. This may result in a lock-situation that can be delayed, following a screen change.- Parameters:
- ee- Current screen.
- chars- Character buffer on screen.
- key- Key pressed.
- e- The EE host session.