package com.turbomanage.gwt.client.ui.widget; import com.google.gwt.event.shared.EventHandler; public interface ItemActivationHandler extends EventHandler { void onItemActivated(int index); }