Interface SharedBookmark
-
- All Known Implementing Classes:
BookmarkedConference
,BookmarkedURL
public interface SharedBookmark
Interface to indicate if a bookmark is shared across the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isShared()
Returns true if this bookmark is shared.
-
-
-
Method Detail
-
isShared
boolean isShared()
Returns true if this bookmark is shared.- Returns:
- returns true if this bookmark is shared.
-
-