org.lwes.listener
Interface EventHandler

All Known Implementing Classes:
EventPrintingHandler

public interface EventHandler

This interface is implemented by any object that wishes to receive incoming Events. Once an EventListener registers with an EventDispatcher, it will receive access to any new Events that are sent through that EventDispatcher.

Author:
Anthony Molinaro

Method Summary
 void handleEvent(Event event)
           
 

Method Detail

handleEvent

void handleEvent(Event event)