|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.BindPath
public class BindPath
The bind path object. This class represents one "step" in the bind path.
Constructor Summary | |
---|---|
BindPath()
|
Method Summary | |
---|---|
void |
addAllListeners(PropertyChangeListener listener,
Object newObject,
Set updateSet)
Adds all the listeners to the objects in the bind path. |
void |
addListeners(PropertyChangeListener listener,
Object newObject,
Set updateSet)
Add listeners to a specific object. |
TriggerBinding |
getSyntheticTriggerBinding(Object newObject)
|
void |
removeListeners()
Remove listeners, believeing that our bould flags are accurate and it removes only as declared. |
void |
updateLocalSyntheticProperties(Map<String,TriggerBinding> synthetics)
|
void |
updatePath(PropertyChangeListener listener,
Object newObject,
Set updateSet)
Called when we detect a change somewherer down our path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindPath()
Method Detail |
---|
public void updatePath(PropertyChangeListener listener, Object newObject, Set updateSet)
listener
- This listener to attach.newObject
- The object we should read our property off of.updateSet
- The list of objects we have added listeners topublic void addAllListeners(PropertyChangeListener listener, Object newObject, Set updateSet)
listener
- This listener to attach.newObject
- The object we should read our property off of.updateSet
- The list of objects we have added listeners topublic void addListeners(PropertyChangeListener listener, Object newObject, Set updateSet)
listener
- This listener to attach.newObject
- The object we should read our property off of.updateSet
- The list of objects we have added listeners topublic void removeListeners()
public void updateLocalSyntheticProperties(Map<String,TriggerBinding> synthetics)
public TriggerBinding getSyntheticTriggerBinding(Object newObject)
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |