public interface DataStoreNotification
Modifier and Type | Field and Description |
---|---|
static String |
AFTER_CLOSE
Fired after closing the store
|
static String |
AFTER_DISPOSE
Fired after disposing the store
|
static String |
AFTER_OPEN
Fired after opening the store
|
static String |
BEFORE_CLOSE
Fired before closing the store
|
static String |
BEFORE_DISPOSE
Fired before disposing the store
|
static String |
BEFORE_OPEN
Fired before opening the store
|
static String |
COMPLEX_NOTIFICATION
Complex notification for special situations
|
static String |
RESOURCE_CHANGED
Fired when a resource of the store has changed
|
static String |
SELECTION_CHANGE
Fired after the store selection has changed
|
Modifier and Type | Method and Description |
---|---|
DataStore |
getSource()
Returns the DataStore that produced this notification
|
String |
getType()
Returns the type of this notification, represented by one of the constants defined in this interface.
|
static final String COMPLEX_NOTIFICATION
static final String BEFORE_OPEN
static final String AFTER_OPEN
static final String BEFORE_CLOSE
static final String AFTER_CLOSE
static final String BEFORE_DISPOSE
static final String AFTER_DISPOSE
static final String SELECTION_CHANGE
static final String RESOURCE_CHANGED
DataStore getSource()
String getType()