MotechListenerEventProxy

public class MotechListenerEventProxy extends MotechListenerAbstractProxy

Responsible for dispatching to void doSomething(MotechEvent event) {} type of handlers

Author:yyonkov

Constructors

MotechListenerEventProxy

public MotechListenerEventProxy(String name, Object bean, Method method)
Parameters:
  • name
  • bean
  • method

Methods

callHandler

public void callHandler(MotechEvent event)