blob: 132d2460abab951bcad4cd96d6d2c25c2157c4ad [file] [log] [blame]
package org.eclipse.jst.jsf.facesconfig.ui;
/**
* The nested action contributor should be able to update its actions as
* required.
*/
public interface INestedActionContributor {
void update();
}