de.intarsys.tools.functor
Class SimpleFunctorCallFactory

java.lang.Object
  extended by de.intarsys.tools.functor.SimpleFunctorCallFactory
All Implemented Interfaces:
IFunctorCallFactory

public class SimpleFunctorCallFactory
extends java.lang.Object
implements IFunctorCallFactory


Constructor Summary
SimpleFunctorCallFactory()
           
 
Method Summary
 IFunctorCall createFunctorCall(IFunctor functor, java.lang.Object receiver, IArgs args)
          Create a new IFunctorCall.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFunctorCallFactory

public SimpleFunctorCallFactory()
Method Detail

createFunctorCall

public IFunctorCall createFunctorCall(IFunctor functor,
                                      java.lang.Object receiver,
                                      IArgs args)
                               throws ObjectCreationException
Description copied from interface: IFunctorCallFactory
Create a new IFunctorCall.

Specified by:
createFunctorCall in interface IFunctorCallFactory
Returns:
The new IFunctorCall
Throws:
ObjectCreationException