@Deprecated public interface XMLPropertiesListener extends ServerEventListener
Modifier and Type | Field and Description |
---|---|
static int |
LOADED
Deprecated.
Mask setting for Properties loaded notification.
|
static int |
SAVED
Deprecated.
Mask setting for Properties saved notification.
|
Modifier and Type | Method and Description |
---|---|
void |
xmlPropertiesLoaded(XMLProperties properties)
Deprecated.
This is called to notify the load of an XML Properties instance.
|
void |
xmlPropertiesSaved(XMLProperties properties)
Deprecated.
This is called to notify the save of an XML Properties instance.
|
static final int LOADED
static final int SAVED
void xmlPropertiesLoaded(XMLProperties properties)
properties
- the propertiesvoid xmlPropertiesSaved(XMLProperties properties)
properties
- the propertiesCopyright © 2016 Push Technology Ltd. All Rights Reserved.