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 IFunctorCallcreateFunctorCall(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:IFunctorCallFactoryCreate a newIFunctorCall.- Specified by:
createFunctorCallin interfaceIFunctorCallFactory- Returns:
- The new
IFunctorCall - Throws:
ObjectCreationException
-
-