public interface BookmarkStoreResizeHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(BookmarkStore store,
Field subId,
long size)
Called by the store when it wants to attempt a resize.
|
boolean invoke(BookmarkStore store, Field subId, long size)
store - The store sending the resize request.subId - The id of the subscription that caused the resize request.size - The new size the store would like to resize to.