package org.w3c.dom.events;

public interface EventListener
{

 public void handleEvent(Event event_1);
 
}