Add comment.

This commit is contained in:
Christian P. MOMON 2013-08-02 23:12:01 +02:00
parent 768cced5a8
commit e89ab6ea09

View file

@ -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 {