public interface ResourceNotification
Modifier and Type | Field and Description |
---|---|
static String |
CHANGED
A resource property has been changed
|
static String |
CLOSE
A resource is being closed
|
static String |
CLOSED
A resource has been closed
|
static String |
DISPOSE
A resource is being disposed
|
static String |
OPEN
A resource is being opened
|
static String |
OPENED
A resource has been opened
|
static String |
PREPARE
A resource has been prepared
|
Modifier and Type | Method and Description |
---|---|
ResourceParameters |
getParameters()
Returns the parameters of the resource that caused
this notification.
|
Resource |
getResource()
Returns the resource that caused this notification.
|
String |
getType()
Returns the type of this notification.
|
static final String OPENED
static final String CLOSED
static final String PREPARE
static final String CHANGED
static final String DISPOSE
static final String OPEN
static final String CLOSE
ResourceParameters getParameters()
Resource getResource()
String getType()