MotechListenerAbstractProxy¶
-
public abstract class
MotechListenerAbstractProxyimplements EventListener¶ Represents a
MotechListenerproxy, providing access to the listener’s name, bean, method. Constructed for listeners defined using annotations.Author: yyonkov
Constructors¶
Methods¶
callHandler¶
-
public abstract void
callHandler(MotechEvent event)¶ Calls handler for the concrete proxy.
Parameters: - event – the event which will be handled
getBean¶
getMethod¶
handle¶
-
public void
handle(MotechEvent event)¶