livespace.services
Class PropertyChangeTask
java.lang.Object
dsto.dfc.util.Scheduler.Task
livespace.services.PropertyChangeTask
- All Implemented Interfaces:
- Runnable
public class PropertyChangeTask
- extends Scheduler.Task
Helper task to used to schedule a property change on an IDataObject instance.
- Author:
- KarunarD
- See Also:
Scheduler
Method Summary |
void |
run()
Run method performs object.setValue(property, value). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChangeTask
public PropertyChangeTask(Object mutex,
IDataObject object,
Object property,
Object value)
- Changes the value of property contained by an IDataObject instance.
- Parameters:
mutex
- Use the livespace mutexobject
- The object which contains the propertyproperty
- The property to changevalue
- The new value
run
public void run()
- Run method performs object.setValue(property, value).
- Specified by:
run
in interface Runnable
- Specified by:
run
in class Scheduler.Task
Copyright © 2008 Commonwealth of Australia