public abstract class AbstractPropertyPropagator extends java.lang.Object implements PropertyPropagator
PropertyPropagator
.Constructor and Description |
---|
AbstractPropertyPropagator(TDataBox box,
java.lang.String propertyName)
Construct the property propagator by given DataBox and property name.
|
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 |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
propagateToParent
public AbstractPropertyPropagator(TDataBox box, java.lang.String propertyName)
box
- TDataBox the box propagator works onpropertyName
- String the property namepublic TDataBox getDataBox()
getDataBox
in interface PropertyPropagator
public java.lang.String getPropertyName()
getPropertyName
in interface PropertyPropagator
public void start()
start
in interface PropertyPropagator
public void stop()
stop
in interface PropertyPropagator
public boolean isStarted()
isStarted
in interface PropertyPropagator
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.