de.intarsys.tools.functor
Interface IFunctorCallFactory
- All Known Implementing Classes:
- SimpleFunctorCallFactory
public interface IFunctorCallFactory
A factory for IFunctorCall objects.
createFunctorCall
IFunctorCall createFunctorCall(IFunctor functor,
Object receiver,
IArgs args)
throws ObjectCreationException
- Create a new
IFunctorCall.
- Parameters:
functor - receiver - args -
- Returns:
- The new
IFunctorCall
- Throws:
ObjectCreationException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.