org.codehaus.groovy.binding
Class EventTriggerBinding.EventTriggerFullBinding

java.lang.Object
  extended by org.codehaus.groovy.binding.AbstractFullBinding
      extended by org.codehaus.groovy.binding.EventTriggerBinding.EventTriggerFullBinding
All Implemented Interfaces:
BindingUpdatable, FullBinding
Enclosing class:
EventTriggerBinding

private class EventTriggerBinding.EventTriggerFullBinding
extends AbstractFullBinding


Field Summary
(package private)  Closure handler
           
 
Fields inherited from class org.codehaus.groovy.binding.AbstractFullBinding
converter, reverseConverter, sourceBinding, targetBinding, validator
 
Constructor Summary
EventTriggerBinding.EventTriggerFullBinding(SourceBinding sourceBinding, TargetBinding targetBinding)
           
 
Method Summary
 void bind()
          Causes automatic updating of bound values to be turned on.
 void rebind()
          Causes the current bindings to be reset.
 void unbind()
          Causes automatic updating of bound values to be turned off.
 
Methods inherited from class org.codehaus.groovy.binding.AbstractFullBinding
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

Closure handler
Constructor Detail

EventTriggerBinding.EventTriggerFullBinding

public EventTriggerBinding.EventTriggerFullBinding(SourceBinding sourceBinding,
                                                   TargetBinding targetBinding)
Method Detail

bind

public void bind()
Description copied from interface: BindingUpdatable
Causes automatic updating of bound values to be turned on. This is idempotent between calls to unbind and rebind; i.e. multiple calls to bind will have only the effect of the first call.


unbind

public void unbind()
Description copied from interface: BindingUpdatable
Causes automatic updating of bound values to be turned off. This is idempotent between calls to bind and rebind; i.e. multiple calls to unbind will have only the effect of the first call.


rebind

public void rebind()
Description copied from interface: BindingUpdatable
Causes the current bindings to be reset. If the binding is not bound, it is a no-op. If the binding is bound, it will be turned off, then turned on against current values.



Copyright © ${year} The Codehaus. All Rights Reserved.