public interface PropertyPropagator
Modifier and Type | Method and Description |
---|---|
TDataBox |
getDataBox()
Return the dataBox the the propagator is listening in.
|
java.lang.String |
getPropertyName()
Return the property name that the propagator is interested,
|
boolean |
isStarted()
Return true if the propagator is started.
|
void |
propagateToParent(Element element,
Element parent)
Propagate the element's property value to its parent.
|
void |
start()
Start listen in the box and propagate the element's property change event,
|
void |
stop()
Stop listen in the box and stop propagate the element's property change event,
|
void propagateToParent(Element element, Element parent)
element
- the element that cause propagateparent
- the parent that need to be propagatedTDataBox getDataBox()
java.lang.String getPropertyName()
void start()
void stop()
boolean isStarted()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.