org.codehaus.groovy.runtime
[Java] Class ConvertedClosure
java.lang.Object
  
org.codehaus.groovy.runtime.ConversionHandler
      
org.codehaus.groovy.runtime.ConvertedClosure
- All Implemented Interfaces: 
 - Serializable
 
public class ConvertedClosure
extends ConversionHandler
 This class is a general adapter to adapt a closure to any Java interface.
 
 
- Authors:
 - Ben Yu
 - Jochen Theodorou
 Jul 27, 2006 3:50:51 PM
 
    
     
    
     
                 
                 
    
    
        
        ConvertedClosure
        public ConvertedClosure(Closure closure, String method)
        
        -  to create a ConvertedClosure object.
     
- Parameters:
 closure -  the closure object.
         
        
        
        
    
        
        ConvertedClosure
        public ConvertedClosure(Closure closure)
        
        - 
        
 
        
        
        
    
     
    
    
        
        invokeCustom
        public Object invokeCustom(Object proxy, Method method, Object[] args)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.