KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > MyListener


1 /**
2  * Interface used for Anonymous and InnerClass tests.
3  */

4
5 public interface MyListener
6 {
7     public void setValue( String JavaDoc val );
8 }
9
Popular Tags