Package org.tn5250j.framework.tn5250

Examples of org.tn5250j.framework.tn5250.tnvt


   * For example an aid key sended to this ScreenObject will trigger to fill the outputBuffer.
   * You get the OutputBuffer with the Methode getDataResponseStream
   */
  public StreamAnalyser(ScreenListener listener) {
    if(analyser == null){
      analyser  = new tnvt();     
    }
    screen = analyser.getScreen();
    listener.setScreen(screen);
    screen.getOIA().addOIAListener(listener);
    screen.addScreenListener(listener);
View Full Code Here

TOP

Related Classes of org.tn5250j.framework.tn5250.tnvt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.