Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / TreeView.java @ 32f17ab7

History | View | Annotate | Download (152 Bytes)

1
package gr.grnet.pithos.web.client;
2

    
3
import gr.grnet.pithos.web.client.foldertree.Folder;
4

    
5
public interface TreeView {
6
        public Folder getSelection();
7
}