org.abraracourcix.alipes.listeners.logging
Class ConsoleListener

java.lang.Object
  extended byorg.abraracourcix.alipes.listeners.AbstractListener
      extended byorg.abraracourcix.alipes.listeners.logging.ConsoleListener
All Implemented Interfaces:
Listener

public final class ConsoleListener
extends AbstractListener

Simply sends any events to the std output

Author:
jdt

Constructor Summary
ConsoleListener()
           
 
Method Summary
 void eventOccurred(Event event, java.lang.Object resource)
          Standard listener method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleListener

public ConsoleListener()
Method Detail

eventOccurred

public void eventOccurred(Event event,
                          java.lang.Object resource)
Standard listener method

Parameters:
event - see superclass
resource - see superclass
See Also:
Listener.eventOccurred(org.abraracourcix.alipes.common.Event, java.lang.Object)


Copyright © 2004-2005 Abraracourcix. All Rights Reserved.