package org.vaadin.touchkit.gwt.client.vcom.navigation; import com.vaadin.shared.communication.ServerRpc; public interface NavigationButtonRpc extends ServerRpc { void click(); }