public class AggregateBinding
An aggregation of multiple bindings
| Modifiers | Name | Description | 
|---|---|---|
protected Set<BindingUpdatable>  | 
                            bindings | 
                            |
protected boolean  | 
                            bound | 
                            
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            addBinding(BindingUpdatable binding) | 
                        
 | 
                            void | 
                            bind() | 
                        
 | 
                            void | 
                            rebind() | 
                        
 | 
                            void | 
                            removeBinding(BindingUpdatable binding) | 
                        
 | 
                            void | 
                            reverseUpdate() | 
                        
 | 
                            void | 
                            unbind() | 
                        
 | 
                            void | 
                            update() |