KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > client > ActionButtonListenerInterface


1 package com.quikj.application.web.talk.client;
2
3 public interface ActionButtonListenerInterface
4 {
5     public void actionPerformed (TalkSession session);
6 }
7
Popular Tags