public class DialogStateAdapter extends Object implements GriffonPivotAdapter, DialogStateListener
DialogStateListener.Adapter| Constructor and Description | 
|---|
| DialogStateAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dialogClosed(Dialog arg0,
            boolean arg1) | 
| void | dialogCloseVetoed(Dialog arg0,
                 Vote arg1) | 
| CallableWithArgs<Void> | getDialogClosed() | 
| CallableWithArgs<Void> | getDialogCloseVetoed() | 
| CallableWithArgs<Vote> | getPreviewDialogClose() | 
| Vote | previewDialogClose(Dialog arg0,
                  boolean arg1) | 
| void | setDialogClosed(CallableWithArgs<Void> dialogClosed) | 
| void | setDialogCloseVetoed(CallableWithArgs<Void> dialogCloseVetoed) | 
| void | setPreviewDialogClose(CallableWithArgs<Vote> previewDialogClose) | 
public CallableWithArgs<Vote> getPreviewDialogClose()
public CallableWithArgs<Void> getDialogCloseVetoed()
public CallableWithArgs<Void> getDialogClosed()
public void setPreviewDialogClose(CallableWithArgs<Vote> previewDialogClose)
public void setDialogCloseVetoed(CallableWithArgs<Void> dialogCloseVetoed)
public void setDialogClosed(CallableWithArgs<Void> dialogClosed)
public Vote previewDialogClose(Dialog arg0, boolean arg1)
previewDialogClose in interface DialogStateListenerpublic void dialogCloseVetoed(Dialog arg0, Vote arg1)
dialogCloseVetoed in interface DialogStateListenerpublic void dialogClosed(Dialog arg0, boolean arg1)
dialogClosed in interface DialogCloseListener