package chat; import lava.net.psyc.UNI; /** * **/ public interface UserFrameListener { public void talk(String context, UNI user) ; }