package com.guit.client.dom; public interface EventHandler { void onEvent(Event event); }