to top
Android APIs
public abstract class

EventListenerProxy

extends Object
implements EventListener
java.lang.Object
   ↳ java.util.EventListenerProxy
Known Direct Subclasses

Class Overview

This abstract class provides a simple wrapper for objects of type EventListener.

Summary

Public Constructors
EventListenerProxy( EventListener listener)
Creates a new EventListener proxy instance.
Public Methods
EventListener getListener()
Returns the wrapped EventListener.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EventListenerProxy (EventListener listener)

Added in API level 1

Creates a new EventListener proxy instance.

Parameters
listener the listener wrapped by this proxy.

Public Methods

public EventListener getListener ()

Added in API level 1

Returns the wrapped EventListener.

Returns
  • the wrapped EventListener.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.