1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

'updated' field for all INetworkLink urls has been introduced

This commit is contained in:
Nikolay Pultsin 2011-03-03 21:11:59 +00:00
parent 7c679882f4
commit dad7b7e8e4
14 changed files with 97 additions and 89 deletions

View file

@ -32,8 +32,8 @@ public interface ICustomNetworkLink extends INetworkLink {
void setSummary(String summary);
void setIcon(String icon);
void setLink(String urlKey, String url);
void removeLink(String urlKey);
void setUrl(String urlKey, String url);
void removeUrl(String urlKey);
void reloadInfo() throws ZLNetworkException;