de.intarsys.tools.functor
Interface IFunctorCallFactory

All Known Implementing Classes:
EventFunctorCallFactory, SimpleFunctorCallFactory

public interface IFunctorCallFactory

A factory for IFunctorCall objects.


Method Summary
 IFunctorCall createFunctorCall(IFunctor functor, java.lang.Object receiver, IArgs args)
          Create a new IFunctorCall.
 

Method Detail

createFunctorCall

IFunctorCall createFunctorCall(IFunctor functor,
                               java.lang.Object receiver,
                               IArgs args)
                               throws ObjectCreationException
Create a new IFunctorCall.

Parameters:
functor -
receiver -
args -
Returns:
The new IFunctorCall
Throws:
ObjectCreationException