Package de.intarsys.tools.functor
Interface IFunctorCallFactory
-
- All Known Implementing Classes:
EventFunctorCallFactory
,SimpleFunctorCallFactory
public interface IFunctorCallFactory
A factory forIFunctorCall
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFunctorCall
createFunctorCall(IFunctor functor, java.lang.Object receiver, IArgs args)
Create a newIFunctorCall
.
-
-
-
Method Detail
-
createFunctorCall
IFunctorCall createFunctorCall(IFunctor functor, java.lang.Object receiver, IArgs args) throws ObjectCreationException
Create a newIFunctorCall
.- Parameters:
functor
-receiver
-args
-- Returns:
- The new
IFunctorCall
- Throws:
ObjectCreationException
-
-