org.lwes.listener
Class EventPrintingHandler

java.lang.Object
  extended by org.lwes.listener.EventPrintingHandler
All Implemented Interfaces:
EventHandler

public class EventPrintingHandler
extends java.lang.Object
implements EventHandler


Constructor Summary
EventPrintingHandler()
           
 
Method Summary
 void handleEvent(Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPrintingHandler

public EventPrintingHandler()
Method Detail

handleEvent

public void handleEvent(Event event)
Specified by:
handleEvent in interface EventHandler