package org.w3c.dom.events;

public interface Event
{

 public EventTarget getCurrentTarget();
 
 public String getType();
 
}