|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertySetChangeEvent
Represents changes made to a property set associated with a connection profile.
Nested Class Summary | |
---|---|
static interface |
IPropertySetChangeEvent.IChangedProperty
Used to present changes made to a particular property to the consumer. |
Method Summary | |
---|---|
java.util.Map |
getChangedProperties()
Returns a Map object representing the properties that have been changed. |
IPropertySetChangeEvent.IChangedProperty |
getChangedProperty(java.lang.String id)
Returns the property changes for the specified ID; null if no changes were made. |
IConnectionProfile |
getConnectionProfile()
|
java.lang.String |
getPropertySetType()
Returns the ID of the property set that was changed. |
Method Detail |
---|
IConnectionProfile getConnectionProfile()
java.lang.String getPropertySetType()
java.util.Map getChangedProperties()
IPropertySetChangeEvent.IChangedProperty getChangedProperty(java.lang.String id)
id
- the property ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |