| Class | Description |
|---|---|
| AbstractListenerWrapper |
An abstract base class for all wrappers, which implement a specific listener interface of a
dialog's buttonType or list item, in order to delegate the method calls to an encapsulated
listener of another type.
|
| OnClickListenerWrapper |
A wrapper, which implements the interface
View.OnClickListener in order to
delegate the method calls to encapsulated listener of the type DialogInterface.OnClickListener. |
| OnItemClickListenerWrapper |
A wrapper, which implements the interface
AdapterView.OnItemClickListener in order to delegate the
method calls to encapsulated listener of the type DialogInterface.OnClickListener. |
| OnMultiChoiceClickListenerWrapper |
A wrapper, which implements the interface
AdapterView.OnItemClickListener in order to delegate the
method calls to encapsulated listener of the type DialogInterface.OnMultiChoiceClickListener. |