| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XPropertiesModule.Client
Client interface for the Properties Module API.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface | 
|---|
XAPIInterface.Client, XAPIInterface.Server | 
| Method Summary | |
|---|---|
 void | 
propertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)Notification that a set of shared properties have changed.  | 
 void | 
propertiesRemoved(XObjectID propertyObject, List<String> propertyNames)Notification that a set of shared properties have been removed.  | 
 void | 
userPropertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)Notification that a set of per User properties have changed.  | 
 void | 
userPropertiesRemoved(XObjectID propertyObject, List<String> propertyNames)Notification that a set of per User properties have been removed.  | 
| Method Detail | 
|---|
void propertiesChanged(XObjectID propertyObject,
                       List<XPropertyInfo> propertyInfos)
propertyObject - The object to which the properties belong.propertyInfos - The changes properties.
void propertiesRemoved(XObjectID propertyObject,
                       List<String> propertyNames)
propertyObject - The object to which the properties belong.propertyNames - The removed properties.
void userPropertiesChanged(XObjectID propertyObject,
                           List<XPropertyInfo> propertyInfos)
propertyObject - The object to which the properties belong.propertyInfos - The changes properties.
void userPropertiesRemoved(XObjectID propertyObject,
                           List<String> propertyNames)
propertyObject - The object to which the properties belong.propertyNames - The changes properties.
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||