com.centrasite.control.registry.items
Interface RequiresRefresh

All Known Implementing Classes:
RefreshItem

public interface RequiresRefresh


Field Summary
static int ADDED_TO_FAVORITES
           
static int ADDED_TO_NOTIFICATIONS
           
static int CHANGED_IN_FAVORITES
           
static int NEW_TYPE_CREATED
           
static int NO_REFRESH_REQUIRED
           
static int REMOVED_FROM_FAVORITES
           
static int REMOVED_FROM_NOTIFICATIONS
           
static int TYPE_DELETED
           
 
Method Summary
 int getRefreshType()
           
 void setRefreshType(int rType)
           
 

Field Detail

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
Method Detail

getRefreshType

int getRefreshType()

setRefreshType

void setRefreshType(int rType)