public interface DataStoreNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AFTER_CLOSE
Fired after closing the store
|
static java.lang.String |
AFTER_DISPOSE
Fired after disposing the store
|
static java.lang.String |
AFTER_OPEN
Fired after opening the store
|
static java.lang.String |
BEFORE_CLOSE
Fired before closing the store
|
static java.lang.String |
BEFORE_DISPOSE
Fired before disposing the store
|
static java.lang.String |
BEFORE_OPEN
Fired before opening the store
|
static java.lang.String |
COMPLEX_NOTIFICATION
Complex notification for special situations
|
static java.lang.String |
RESOURCE_CHANGED
Fired when a resource of the store has changed
|
static java.lang.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
|
static final java.lang.String COMPLEX_NOTIFICATION
static final java.lang.String BEFORE_OPEN
static final java.lang.String AFTER_OPEN
static final java.lang.String BEFORE_CLOSE
static final java.lang.String AFTER_CLOSE
static final java.lang.String BEFORE_DISPOSE
static final java.lang.String AFTER_DISPOSE
static final java.lang.String SELECTION_CHANGE
static final java.lang.String RESOURCE_CHANGED
DataStore getSource()