Home
Startseite
ホーム
主页
首頁
SDK
Dev Guide
Handbuch
Guía
Guide
Guida
開発ガイド
开发人员指南
開發指南
Reference
Referenz
Referencia
Référence
Riferimento
リファレンス
参考
參考資料
Blog
ブログ
博客
網誌
Videos
ビデオ
Community
Comunidad
Communauté
コミュニティ
社区
社群
Android.com
Filter by API Level
:
Package Index
|
Class Index
android
android.accessibilityservice
android.app
android.appwidget
android.content
android.content.pm
android.content.res
android.database
android.database.sqlite
android.gesture
android.graphics
android.graphics.drawable
android.graphics.drawable.shapes
android.hardware
android.inputmethodservice
android.location
android.media
android.net
android.net.http
android.net.wifi
android.opengl
android.os
android.preference
android.provider
android.sax
android.speech
android.speech.tts
android.telephony
android.telephony.gsm
android.test
android.test.mock
android.test.suitebuilder
android.text
android.text.format
android.text.method
android.text.style
android.text.util
android.util
android.view
android.view.accessibility
android.view.animation
android.view.inputmethod
android.webkit
android.widget
com.android.internal.os
dalvik.bytecode
dalvik.system
java.awt.font
java.beans
java.io
java.lang
java.lang.annotation
java.lang.ref
java.lang.reflect
java.math
java.net
java.nio
java.nio.channels
java.nio.channels.spi
java.nio.charset
java.nio.charset.spi
java.security
java.security.acl
java.security.cert
java.security.interfaces
java.security.spec
java.sql
java.text
java.util
java.util.concurrent
java.util.concurrent.atomic
java.util.concurrent.locks
java.util.jar
java.util.logging
java.util.prefs
java.util.regex
java.util.zip
javax.crypto
javax.crypto.interfaces
javax.crypto.spec
javax.microedition.khronos.egl
javax.microedition.khronos.opengles
javax.net
javax.net.ssl
javax.security.auth
javax.security.auth.callback
javax.security.auth.login
javax.security.auth.x500
javax.security.cert
javax.sql
javax.xml
javax.xml.parsers
junit.framework
junit.runner
org.apache.http
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.entity
org.apache.http.impl
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
org.apache.http.impl.entity
org.apache.http.impl.io
org.apache.http.io
org.apache.http.message
org.apache.http.params
org.apache.http.protocol
org.apache.http.util
org.json
org.w3c.dom
org.xml.sax
org.xml.sax.ext
org.xml.sax.helpers
org.xmlpull.v1
org.xmlpull.v1.sax2
Interfaces
Collection
<E>
Comparator
<T>
Enumeration
<E>
EventListener
Formattable
Iterator
<E>
List
<E>
ListIterator
<E>
Map
<K, V>
Map.Entry
<K, V>
Observer
Queue
<E>
RandomAccess
Set
<E>
SortedMap
<K, V>
SortedSet
<E>
Classes
AbstractCollection
<E>
AbstractList
<E>
AbstractMap
<K, V>
AbstractQueue
<E>
AbstractSequentialList
<E>
AbstractSet
<E>
ArrayList
<E>
Arrays
BitSet
Calendar
Collections
Currency
Date
Dictionary
<K, V>
EnumMap
<K extends
Enum
<K>, V>
EnumSet
<E extends
Enum
<E>>
EventListenerProxy
EventObject
FormattableFlags
Formatter
GregorianCalendar
HashMap
<K, V>
HashSet
<E>
Hashtable
<K, V>
IdentityHashMap
<K, V>
LinkedHashMap
<K, V>
LinkedHashSet
<E>
LinkedList
<E>
ListResourceBundle
Locale
Observable
PriorityQueue
<E>
Properties
PropertyPermission
PropertyResourceBundle
Random
ResourceBundle
Scanner
SimpleTimeZone
Stack
<E>
StringTokenizer
Timer
TimerTask
TimeZone
TreeMap
<K, V>
TreeSet
<E>
UUID
Vector
<E>
WeakHashMap
<K, V>
Enums
Formatter.BigDecimalLayoutForm
Exceptions
ConcurrentModificationException
DuplicateFormatFlagsException
EmptyStackException
FormatFlagsConversionMismatchException
FormatterClosedException
IllegalFormatCodePointException
IllegalFormatConversionException
IllegalFormatException
IllegalFormatFlagsException
IllegalFormatPrecisionException
IllegalFormatWidthException
InputMismatchException
InvalidPropertiesFormatException
MissingFormatArgumentException
MissingFormatWidthException
MissingResourceException
NoSuchElementException
TooManyListenersException
UnknownFormatConversionException
UnknownFormatFlagsException
Package Index
|
Class Index
Summary: |
[Expand All]
Since:
API Level 1
public interface
EventListener
java.util.EventListener
Known Indirect Subclasses
ConnectionEventListener
,
EventListenerProxy
,
HandshakeCompletedListener
,
NodeChangeListener
,
PreferenceChangeListener
,
PropertyChangeListener
,
PropertyChangeListenerProxy
,
RowSetListener
,
SSLSessionBindingListener
ConnectionEventListener
An interface used to receive events generated by a
PooledConnection
.
EventListenerProxy
This abstract class provides a simple wrapper for objects of type
EventListener
.
HandshakeCompletedListener
The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.
NodeChangeListener
This interface is used to handle preference node change events.
PreferenceChangeListener
This interface is used to handle preferences change events.
PropertyChangeListener
A PropertyChangeListener can subscribe with a event source.
PropertyChangeListenerProxy
The implementation of this listener proxy just delegates the received events to its listener.
RowSetListener
An interface used to send notification of events occurring in the context of a
RowSet
.
SSLSessionBindingListener
The interface to be implemented by any object that requires notification when data objects are bound to (or unbound from) an
SSLSession
.
Class Overview
EventListener is the superclass of all event listener interfaces.
See Also
EventObject
Summary