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:
parent
7c679882f4
commit
dad7b7e8e4
14 changed files with 97 additions and 89 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue