KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sslexplorer > agent > client > ActionCallback


1 package com.sslexplorer.agent.client;
2
3 /**
4  * Interface for callbacks when popups are clicked
5  */

6 public interface ActionCallback {
7     public void actionPerformed();
8 }
Popular Tags