public class SuggestionPopupStateAdapter extends Object implements GriffonPivotAdapter, SuggestionPopupStateListener
SuggestionPopupStateListener.Adapter| Constructor and Description | 
|---|
SuggestionPopupStateAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
CallableWithArgs<Vote> | 
getPreviewSuggestionPopupClose()  | 
CallableWithArgs<Void> | 
getSuggestionPopupClosed()  | 
CallableWithArgs<Void> | 
getSuggestionPopupCloseVetoed()  | 
Vote | 
previewSuggestionPopupClose(SuggestionPopup arg0,
                           boolean arg1)  | 
void | 
setPreviewSuggestionPopupClose(CallableWithArgs<Vote> previewSuggestionPopupClose)  | 
void | 
setSuggestionPopupClosed(CallableWithArgs<Void> suggestionPopupClosed)  | 
void | 
setSuggestionPopupCloseVetoed(CallableWithArgs<Void> suggestionPopupCloseVetoed)  | 
void | 
suggestionPopupClosed(SuggestionPopup arg0)  | 
void | 
suggestionPopupCloseVetoed(SuggestionPopup arg0,
                          Vote arg1)  | 
public CallableWithArgs<Vote> getPreviewSuggestionPopupClose()
public CallableWithArgs<Void> getSuggestionPopupCloseVetoed()
public CallableWithArgs<Void> getSuggestionPopupClosed()
public void setPreviewSuggestionPopupClose(CallableWithArgs<Vote> previewSuggestionPopupClose)
public void setSuggestionPopupCloseVetoed(CallableWithArgs<Void> suggestionPopupCloseVetoed)
public void setSuggestionPopupClosed(CallableWithArgs<Void> suggestionPopupClosed)
public Vote previewSuggestionPopupClose(SuggestionPopup arg0, boolean arg1)
previewSuggestionPopupClose in interface SuggestionPopupStateListenerpublic void suggestionPopupCloseVetoed(SuggestionPopup arg0, Vote arg1)
suggestionPopupCloseVetoed in interface SuggestionPopupStateListenerpublic void suggestionPopupClosed(SuggestionPopup arg0)
suggestionPopupClosed in interface SuggestionPopupCloseListener