Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.properties
Interface XPropertiesModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XPropertiesModule

public static interface XPropertiesModule.Client
extends XAPIInterface.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

propertiesChanged

void propertiesChanged(XObjectID propertyObject,
                       List<XPropertyInfo> propertyInfos)
Notification that a set of shared properties have changed.
Parameters:
propertyObject - The object to which the properties belong.
propertyInfos - The changes properties.

propertiesRemoved

void propertiesRemoved(XObjectID propertyObject,
                       List<String> propertyNames)
Notification that a set of shared properties have been removed.
Parameters:
propertyObject - The object to which the properties belong.
propertyNames - The removed properties.

userPropertiesChanged

void userPropertiesChanged(XObjectID propertyObject,
                           List<XPropertyInfo> propertyInfos)
Notification that a set of per User properties have changed.
Parameters:
propertyObject - The object to which the properties belong.
propertyInfos - The changes properties.

userPropertiesRemoved

void userPropertiesRemoved(XObjectID propertyObject,
                           List<String> propertyNames)
Notification that a set of per User properties have been removed.
Parameters:
propertyObject - The object to which the properties belong.
propertyNames - The changes properties.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.