KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > planetamessenger > ui > JPopupWindowEventListener


1 /*
2     =========================================================================
3
4     This module is developed and maintained by PlanetaMessenger.org.
5     Specs, New and updated versions can be found in
6     http://www.planetamessenger.org
7     If you want contact the Team please send a email to Project Manager
8     Leidson Campos Alves Ferreira at leidson@planetamessenger.org
9
10     Copyright (C) since 2001 by PlanetaMessenger.org
11     
12     This library is free software; you can redistribute it and/or
13     modify it under the terms of the GNU Lesser General Public
14     License as published by the Free Software Foundation; either
15     version 2.1 of the License, or (at your option) any later version.
16
17     This library is distributed in the hope that it will be useful,
18     but WITHOUT ANY WARRANTY; without even the implied warranty of
19     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20     Lesser General Public License for more details.
21
22     You should have received a copy of the GNU Lesser General Public
23     License along with this library; if not, write to the Free Software
24     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
26     =========================================================================
27 */

28 /**
29  *
30  * $Id: JPopupWindowEventListener.java,v 1.2 2007/01/28 17:39:22 popolony2k Exp $
31  * $Author: popolony2k $
32  * $Name: $
33  * $Revision: 1.2 $
34  * $State: Exp $
35  *
36  */

37
38 package org.planetamessenger.ui;
39
40
41 public interface JPopupWindowEventListener {
42
43   public void onShow( JPopupWindow popupWindow );
44   public void onHide( JPopupWindow popupWindow );
45 }
46
47 // JPopupWindowListener interface
Popular Tags