Package de.intarsys.tools.functor
Class EventFunctorCallFactory
java.lang.Object
de.intarsys.tools.functor.EventFunctorCallFactory
- All Implemented Interfaces:
IFunctorCallFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFunctorCall
(IFunctor functor, Object receiver, IArgs args) Create a newIFunctorCall
.
-
Constructor Details
-
EventFunctorCallFactory
public EventFunctorCallFactory()
-
-
Method Details
-
createFunctorCall
public IFunctorCall createFunctorCall(IFunctor functor, Object receiver, IArgs args) throws ObjectCreationException Description copied from interface:IFunctorCallFactory
Create a newIFunctorCall
.- Specified by:
createFunctorCall
in interfaceIFunctorCallFactory
- Returns:
- The new
IFunctorCall
- Throws:
ObjectCreationException
-