public static interface Appear2mee.ResponseListener
Modifier and Type | Method and Description |
---|---|
void |
acceptAction(java.util.Map<java.lang.String,java.lang.String> keyValueDict)
To be executed if the "accept/OK" button is pressed on the notification dialog.
|
void |
dismissAction(java.util.Map<java.lang.String,java.lang.String> keyValueDict)
To be executed if the "Dismiss/Cancel" button is pressed on the notification dialog.
|
void acceptAction(java.util.Map<java.lang.String,java.lang.String> keyValueDict)
keyValueDict
- The NSDictionary argument contains the Key/Values sent in the notification, defined but the 2mee Exchange.void dismissAction(java.util.Map<java.lang.String,java.lang.String> keyValueDict)
keyValueDict
- The NSDictionary argument contains the Key/Values sent in the notification, defined but the 2mee Exchange.