KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jahia > sqlprofiler > gui > LogReceptionAdapter


1 /*
2  * Copyright (C) Jahia Ltd. All rights reserved.
3  *
4  * This software is published under the terms of the Jahia Open Software
5  * License version 1.1, a copy of which has been included with this
6  * distribution in the LICENSE.txt file.
7  */

8 package org.jahia.sqlprofiler.gui;
9
10 /**
11  * <p>Title: SQL Profiler</p>
12  * <p>Description: </p>
13  * <p>Copyright: Copyright (c) 2003</p>
14  * <p>Company: Jahia Ltd</p>
15  * @author Serge Huber
16  * @version 1.0
17  */

18
19 public class LogReceptionAdapter implements LogReceptionListener {
20     public LogReceptionAdapter() {
21     }
22
23     public void logReceptionConnected(LogReceptionEvent logReceptionEvent) {
24
25     }
26
27     public void logReceptionDisconnected(LogReceptionEvent logReceptionEvent) {
28
29     }
30
31     public void logReceptionDataReceived(LogReceptionEvent logReceptionEvent) {
32
33     }
34
35 }
Popular Tags