KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Raptor > listeners > openNewPl_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 Builder
14  *
15  *******************************************************************************/

16
17 package Raptor.listeners;
18
19 import Jmc.baseGui.*;
20 import Jmc.commonGui.*;
21 import Jmc.baseTools.*;
22
23 /**
24  * @author Dirk
25  *
26  * date: 03.03.2004
27  * project: WiSer-Builder
28  *
29  * <p>
30  * ...
31  * </p>
32  */

33 public class openNewPl_li implements base_guiListener
34 {
35
36     /**
37      *
38      */

39     public openNewPl_li()
40     {
41         super();
42     }
43
44     /**
45          * <p>
46          * Does...
47          * </p><p>
48          *
49          * @return a Type with
50          * </p><p>
51          * @param
52          * </p>
53          */

54     public void pcmf_execListener(base_guiObj xParam) throws Exception JavaDoc
55     {
56     base_dialog_if l_br = (base_dialog_if)base_registredObject.pcmf_getObjByName("NewPlConfig_dlg");
57     l_br.pcmf_displayDialog();
58   }
59 }
Popular Tags