Version: 1.1.1

org.biomoby.shared.event
Class LogListener

java.lang.Object
  extended by org.biomoby.shared.event.LogListener
All Implemented Interfaces:
EventListener, NotificationListener

public class LogListener
extends Object
implements NotificationListener

A simple implementation of a NotificationListener that prints all intercepted messages to a log. It uses Apache commons logging.

Version:
$Id: LogListener.java,v 1.2 2005/12/20 20:00:42 senger Exp $
Author:
Martin Senger

Constructor Summary
LogListener()
          Default constructor.
 
Method Summary
 void notified(NotificationEvent event)
          Invoked when a notification arrives.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListener

public LogListener()
Default constructor.

Method Detail

notified

public void notified(NotificationEvent event)
Description copied from interface: NotificationListener
Invoked when a notification arrives.

Specified by:
notified in interface NotificationListener

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010