Package de.intarsys.tools.functor
Interface IFunctorCallFactory
- All Known Implementing Classes:
EventFunctorCallFactory,SimpleFunctorCallFactory
public interface IFunctorCallFactory
A factory for
IFunctorCall objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateFunctorCall(IFunctor functor, Object receiver, IArgs args) Create a newIFunctorCall.
-
Method Details
-
createFunctorCall
IFunctorCall createFunctorCall(IFunctor functor, Object receiver, IArgs args) throws ObjectCreationException Create a newIFunctorCall.- Parameters:
functor-receiver-args-- Returns:
- The new
IFunctorCall - Throws:
ObjectCreationException
-