package fr.openwide.core.wicket.more.markup.html.action; import org.apache.wicket.model.IDetachable; public interface IAction extends IDetachable { void execute(); }