package journal.filter;
import journal.action.Action;
public interface Filter extends Action {
public void setAction(Action action);
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 8024 | Sven Erik Knop | Refactoring: moved the filter into their own package | ||
| //guest/sven_erik_knop/java/JournalReader/src/journal/action/Filter.java | |||||
| #1 | 7527 | Sven Erik Knop |
JournalReader, now in its proper place. Documentation to follow. |
||