comparison src/viewer_swing/java/com/glavsoft/viewer/ViewerInterface.java @ 512:16f9b37ef43b

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 20 Feb 2019 15:49:28 +0900
parents 4ea47640942a
children 887ebd993b3d
comparison
equal deleted inserted replaced
511:519d6f94edcc 512:16f9b37ef43b
59 59
60 public void setConnectionPresenter(ConnectionPresenter connectionPresenter); 60 public void setConnectionPresenter(ConnectionPresenter connectionPresenter);
61 61
62 void changeToDirectConnectedServer(String hostName, Reader is, Writer os, int x, int y, int width, int height, int scale); 62 void changeToDirectConnectedServer(String hostName, Reader is, Writer os, int x, int y, int width, int height, int scale);
63 63
64 public void setUseMulticast(boolean useMulticast) ;
64 65
66 public boolean getUseMulticast();
65 } 67 }