|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.binding.AggregateBinding
public class AggregateBinding
An aggregation of multiple bindings
Field Summary | |
---|---|
protected Set |
bindings
|
protected boolean |
bound
|
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, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected Set bindings
protected boolean bound
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-2013 The Codehaus. All rights reserved.