MotechListenerEventProxy

public class MotechListenerEventProxy extends MotechListenerAbstractProxy

Represents the type of MotechListener proxy where handler is a method with the MotechEvent parameter.

Author:yyonkov

Constructors

MotechListenerEventProxy

public MotechListenerEventProxy(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)