comparison src/org/tn5250j/framework/tn5250/tnvt.java @ 215:2d93d5063e3d

socket runs dry sends flag to tnvt to call testChanged()
author Carl Byington <carl@five-ten-sg.com>
date Mon, 07 Jul 2014 15:13:32 -0700
parents 3e68cb17c0b6
children cd07c1648016
comparison
equal deleted inserted replaced
214:3e68cb17c0b6 215:2d93d5063e3d
984 try { 984 try {
985 Object e = dsq.take(); 985 Object e = dsq.take();
986 986
987 if ((e instanceof Integer) && ((Integer)e == 0)) { 987 if ((e instanceof Integer) && ((Integer)e == 0)) {
988 buffer.testChanged(); 988 buffer.testChanged();
989 continue;
989 }; 990 };
990 991
991 bk.initialize((byte[])e); 992 bk.initialize((byte[])e);
992 } 993 }
993 catch (InterruptedException ie) { 994 catch (InterruptedException ie) {