source: trunk/autoquest-plugin-usability2/src/main/java/de/ugoe/cs/autoquest/plugin/usability2/rules/operator/wrapper/ITaskEntryVisitor.java @ 1326

Last change on this file since 1326 was 1326, checked in by khartmann, 10 years ago

Moved alexanders code into a new plugin project.
First commit of my experimental code (needs a lot of cleanup).

File size: 158 bytes
Line 
1package de.ugoe.cs.autoquest.plugin.usability2.rules.operator.wrapper;
2
3public interface ITaskEntryVisitor {
4
5    public void visit(ITaskEntry value);
6   
7}
Note: See TracBrowser for help on using the repository browser.