com.skyarts.midp.ui
??????? DialogListener
- public interface DialogListener
Listerner interface for acquiring the event of the dialog for cellular phones.
??????? |
void |
dialogEvent(java.lang.Object target,
int buttonID)
The method called when the button of a dialog is pushed. |
dialogEvent
public void dialogEvent(java.lang.Object target,
int buttonID)
- The method called when the button of a dialog is pushed.
- ?????:
target
- Dialog component which the event generated.buttonID
- ID of the pushed button. Dialog.BUTTON_YES, Dialog.BUTTON_NO, Dialog.BUTTON_CANCEL, or Dialog.BUTTON_OK.