package org.w3c.dom.events;

public interface EventListener
{

 public void handleEvent(Event);
 
}