org.jivesoftware.spark.component
Interface ConfirmDialog.ConfirmListener

Enclosing class:
ConfirmDialog

public static interface ConfirmDialog.ConfirmListener

Used to handle yes/no selection in dialog. You would use this simply to be notified when a user has either clicked on the yes or no dialog.


Method Summary
 void noOption()
          Fired when the No button has been clicked.
 void yesOption()
          Fired when the Yes button has been clicked.
 

Method Detail

yesOption

void yesOption()
Fired when the Yes button has been clicked.


noOption

void noOption()
Fired when the No button has been clicked.