| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.binding.AggregateBinding
public class AggregateBinding extends Object
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-2010 The Codehaus. All rights reserved.