Statistics
| Branch: | Tag: | Revision:

root / web_client / src / gr / grnet / pithos / web / client / Updateable.java @ 9e6e0572

History | View | Annotate | Download (160 Bytes)

1 ab1eb3f8 Christos Stathis
/*
2 6dd67d1c Christos Stathis
 * Copyright (c) 2011 Greek Research and Technology Network
3 ab1eb3f8 Christos Stathis
 */
4 ab1eb3f8 Christos Stathis
package gr.grnet.pithos.web.client;
5 ab1eb3f8 Christos Stathis
6 ab1eb3f8 Christos Stathis
7 ab1eb3f8 Christos Stathis
public interface Updateable {
8 ab1eb3f8 Christos Stathis
        public void update();
9 ab1eb3f8 Christos Stathis
}