Package com.iizix.term.ee
Class EERuntime
- java.lang.Object
- com.iizix.term.ee.EERuntime
public class EERuntime extends java.lang.Object
Handles all logic assigned to a EE(M) file in a "live" session.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onSendKeyPressed(EEScreen ee, char[] chars, int key, HostSessionEE e)
A send-key is pressed.
Constructor Detail
EERuntime
public EERuntime(EEMaster master)
Constructor.- Parameters:
master
- The master file.
Method Detail
onSendKeyPressed
public void onSendKeyPressed(EEScreen ee, char[] chars, int key, HostSessionEE e)
A 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.