Class EERuntime


  • public class EERuntime
    extends java.lang.Object
    Handles all logic assigned to a EE(M) file in a "live" session.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      EERuntime​(EEMaster master)
      Constructor.
    • 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.