Skip to content
Snippets Groups Projects
Commit 990ba92c authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

installNotifiers -> install

refs 2553
parent d05010a5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import org.fortiss.tooling.kernel.ui.internal.ConstraintVerificationUIService;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 07DB0EA202D19FE3C1407B53B01F974F
* @ConQAT.Rating YELLOW Hash: 8090ADCE9F13AA09D85DC04367654660
*/
public interface IConstraintVerificationUIService {
/**
......@@ -35,6 +35,6 @@ public interface IConstraintVerificationUIService {
/** True if the given status can be open. */
public boolean canOpen(IConstraintVerificationStatus status);
/** Install the notifiers required for the given constraint. */
public void installNotifiers(IConstraint constraint);
/** Install the given constraint: install notifiers and triggers an "onOutdate" event. */
public void install(IConstraint constraint);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment