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