MotechListenerNamedParametersProxy

public class MotechListenerNamedParametersProxy extends MotechListenerAbstractProxy

Represents the type of MotechListener proxy where handler is a method with parameters defined by the org.motechproject.event.listener.annotations.MotechParam annotation.

Author:yyonkov

Constructors

MotechListenerNamedParametersProxy

public MotechListenerNamedParametersProxy(String name, Object bean, Method method)

See also: org.motechproject.event.listener.annotations.MotechListenerAbstractProxy.MotechListenerAbstractProxy(String,Object,java.lang.reflect.Method)

Methods

callHandler

public void callHandler(MotechEvent event)