KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Raptor > listeners > clearMessage_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: 21.04.2005
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 public class clearMessage_li implements base_guiListener
24 {
25     public void pcmf_execListener(base_guiObj xParam) throws Exception JavaDoc
26     {
27         ((base_table_if)base_registredObject.pcmf_getObjByName("mTable")).pcmf_setRowsOnly(new base_table());
28     }
29 }
30
Popular Tags