KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > packager > listeners > LoadProject_li


1 /*******************************************************************************
2  * Copyright (c) 2004, Dirk von der Weiden.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Common Public License v1.0
5  * which accompanies this distribution.
6  *
7  * Contributors:
8  * Dirk von der Weiden - initial API and implementation
9  *
10  * Created on 04.04.2004
11  *
12  * date: 04.04.2004
13  * project: WiSer DeployTool
14  *
15  *******************************************************************************/

16
17 package packager.listeners;
18
19 import Jmc.baseGui.base_guiListener;
20 import Jmc.baseGui.base_guiObj;
21
22 /**
23  * @author Dirk
24  *
25  * date: 13.04.2004
26  * project: DeployTool
27  *
28  * <p>
29  * not implemented or used yet
30  * </p>
31  */

32 public class LoadProject_li implements base_guiListener
33 {
34     /**
35          * <p>
36          * Does...
37          * </p><p>
38          *
39          * </p><p>
40          * @param xParam
41          * </p>
42          */

43     public void pcmf_execListener(base_guiObj xParam) throws Exception JavaDoc
44     {
45         // TODO Auto-generated method stub
46
}
47
48 }
49
Popular Tags