|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AggregateBinding
class AggregateBinding extends Object
An aggregation of multiple bindings
Field Summary | |
---|---|
protected LinkedHashSet |
bindings
|
protected boolean |
bound
|
Constructor Summary | |
AggregateBinding()
|
Method Summary | |
---|---|
void
|
addBinding(BindingUpdatable binding)
|
void
|
bind()
|
void
|
rebind()
|
void
|
removeBinding(BindingUpdatable binding)
|
void
|
reverseUpdate()
|
void
|
unbind()
|
void
|
update()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
protected LinkedHashSet bindings
protected boolean bound
Constructor Detail |
---|
AggregateBinding()
Method Detail |
---|
public void addBinding(BindingUpdatable binding)
public void bind()
public void rebind()
public void removeBinding(BindingUpdatable binding)
public void reverseUpdate()
public void unbind()
public void update()
Copyright © 2003-2009 The Codehaus. All rights reserved.