com.centrasite.control.registry.items
Interface RequiresRefresh
- All Known Implementing Classes:
- RefreshItem
public interface RequiresRefresh
NO_REFRESH_REQUIRED
static final int NO_REFRESH_REQUIRED
- See Also:
- Constant Field Values
ADDED_TO_NOTIFICATIONS
static final int ADDED_TO_NOTIFICATIONS
- See Also:
- Constant Field Values
ADDED_TO_FAVORITES
static final int ADDED_TO_FAVORITES
- See Also:
- Constant Field Values
REMOVED_FROM_NOTIFICATIONS
static final int REMOVED_FROM_NOTIFICATIONS
- See Also:
- Constant Field Values
REMOVED_FROM_FAVORITES
static final int REMOVED_FROM_FAVORITES
- See Also:
- Constant Field Values
CHANGED_IN_FAVORITES
static final int CHANGED_IN_FAVORITES
- See Also:
- Constant Field Values
NEW_TYPE_CREATED
static final int NEW_TYPE_CREATED
- See Also:
- Constant Field Values
TYPE_DELETED
static final int TYPE_DELETED
- See Also:
- Constant Field Values
getRefreshType
int getRefreshType()
setRefreshType
void setRefreshType(int rType)