Creates a new {@code EventListener} proxy instance.paramlistener the listener wrapped by this proxy.sinceAndroid 1.0 super(); this.listener = listener;
super(); this.listener = listener;
Returns the wrapped {@code EventListener}.returnthe wrapped {@code EventListener}.sinceAndroid 1.0 return listener;
return listener;