Package de.intarsys.tools.functor
Interface IFunctorCallFactory
-
- All Known Implementing Classes:
EventFunctorCallFactory,SimpleFunctorCallFactory
public interface IFunctorCallFactoryA factory forIFunctorCallobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFunctorCallcreateFunctorCall(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
-
-