/** * */ package org.nightlabs.jfire.reporting.admin.ui.layout.editor.action; /** * @author Alexander Bieber <!-- alex [AT] nightlabs [DOT] de --> * */ public interface IActionUpdateDelegate { void updateActions(); }