|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.monitor.control.PropertyPolling
public class PropertyPolling
Populate a property model with a subjects properties.
| Constructor Summary | |
|---|---|
PropertyPolling(Object kick)
Constructor. |
|
| Method Summary | |
|---|---|
PropertyModel |
getPropertyModel()
|
Object |
getSubject()
|
void |
poll()
Poll for property changes. |
void |
propertyChange(PropertyChangeEvent evt)
Called when the DetailModel changes. |
void |
setPropertyModel(PropertyModel propertyModel)
|
void |
setSubject(Object subject)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPolling(Object kick)
kick - An object notify to kick the polling.| Method Detail |
|---|
public void poll()
public Object getSubject()
public void setSubject(Object subject)
subject - The subject to set.public PropertyModel getPropertyModel()
public void setPropertyModel(PropertyModel propertyModel)
propertyModel - The propertyModel to set.public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||