org.apache.pivot.wtk
Class SuggestionPopupStateListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.SuggestionPopupStateListener.Adapter
All Implemented Interfaces:
SuggestionPopupCloseListener, SuggestionPopupStateListener
Enclosing interface:
SuggestionPopupStateListener

public static class SuggestionPopupStateListener.Adapter
extends Object
implements SuggestionPopupStateListener

Suggestion popup state listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.SuggestionPopupStateListener
SuggestionPopupStateListener.Adapter
 
Constructor Summary
SuggestionPopupStateListener.Adapter()
           
 
Method Summary
 Vote previewSuggestionPopupClose(SuggestionPopup suggestionPopup, boolean result)
          Called to preview a suggestion popup close event.
 void suggestionPopupClosed(SuggestionPopup suggestionPopup)
          Called when a suggestion popup has closed.
 void suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup, Vote reason)
          Called when a suggestion popup close event has been vetoed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionPopupStateListener.Adapter

public SuggestionPopupStateListener.Adapter()
Method Detail

previewSuggestionPopupClose

public Vote previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
                                        boolean result)
Description copied from interface: SuggestionPopupStateListener
Called to preview a suggestion popup close event.

Specified by:
previewSuggestionPopupClose in interface SuggestionPopupStateListener

suggestionPopupCloseVetoed

public void suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
                                       Vote reason)
Description copied from interface: SuggestionPopupStateListener
Called when a suggestion popup close event has been vetoed.

Specified by:
suggestionPopupCloseVetoed in interface SuggestionPopupStateListener

suggestionPopupClosed

public void suggestionPopupClosed(SuggestionPopup suggestionPopup)
Description copied from interface: SuggestionPopupCloseListener
Called when a suggestion popup has closed.

Specified by:
suggestionPopupClosed in interface SuggestionPopupCloseListener