Package de.intarsys.tools.functor
Class EventFunctorCallFactory
- java.lang.Object
-
- de.intarsys.tools.functor.EventFunctorCallFactory
-
- All Implemented Interfaces:
IFunctorCallFactory
public class EventFunctorCallFactory extends java.lang.Object implements IFunctorCallFactory
-
-
Constructor Summary
Constructors Constructor Description EventFunctorCallFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFunctorCall
createFunctorCall(IFunctor functor, java.lang.Object receiver, IArgs args)
Create a newIFunctorCall
.
-
-
-
Method Detail
-
createFunctorCall
public IFunctorCall createFunctorCall(IFunctor functor, java.lang.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
-
-