InputViewer.java

Go to the documentation of this file.
00001 00002 /* Conventions: 00003 00004 addFinal()/addTemporary()/specialKey() may only be called, when there is no 00005 temporary input. 00006 00007 After a INPUT_BREAK removeTemporary() is guaranteed to be called. 00008 00009 removeTemporary() may be called without temporary input. 00010 */ 00011 public interface InputViewer { 00012 public void addTemporary(String input); 00013 public void removeTemporary(); 00014 public void addFinal(String input); 00015 // Called with KEY_BACKSPACE 00016 public void specialKey(int key); 00017 };

Generated on Sun Aug 15 11:56:53 2004 for International Input by doxygen 1.3.7