Add comment.
This commit is contained in:
parent
768cced5a8
commit
e89ab6ea09
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@ package fr.devinsy.xidyn.presenters;
|
|||
import fr.devinsy.xidyn.data.TagDataManager;
|
||||
|
||||
/**
|
||||
*
|
||||
* This objectives of a presenter are:
|
||||
* <ul>
|
||||
* <li>return the untouched source if there is no tag data (<i>dynamize()</i>)
|
||||
* <li>detect when source is touched
|
||||
* <li>be aware to avoid copy action (performance)
|
||||
* </ul>
|
||||
*/
|
||||
public interface Presenter {
|
||||
|
||||
|
|
Loading…
Reference in a new issue