org.apache.pivot.wtk
Class SuggestionPopupListener.Adapter

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

public static class SuggestionPopupListener.Adapter
extends Object
implements SuggestionPopupListener

Suggestion popup listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.SuggestionPopupListener
SuggestionPopupListener.Adapter
 
Constructor Summary
SuggestionPopupListener.Adapter()
           
 
Method Summary
 void selectedIndexChanged(SuggestionPopup suggestionPopup, int previousSelectedIndex)
          Called when a suggestion popup's selected index has changed.
 void suggestionRendererChanged(SuggestionPopup suggestionPopup, ListView.ItemRenderer previousSuggestionRenderer)
          Called when a suggestion popup's item renderer has changed.
 void suggestionsChanged(SuggestionPopup suggestionPopup, List<?> previousSuggestions)
          Called when a suggestion popup's suggestions have changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionPopupListener.Adapter

public SuggestionPopupListener.Adapter()
Method Detail

suggestionsChanged

public void suggestionsChanged(SuggestionPopup suggestionPopup,
                               List<?> previousSuggestions)
Description copied from interface: SuggestionPopupListener
Called when a suggestion popup's suggestions have changed.

Specified by:
suggestionsChanged in interface SuggestionPopupListener

suggestionRendererChanged

public void suggestionRendererChanged(SuggestionPopup suggestionPopup,
                                      ListView.ItemRenderer previousSuggestionRenderer)
Description copied from interface: SuggestionPopupListener
Called when a suggestion popup's item renderer has changed.

Specified by:
suggestionRendererChanged in interface SuggestionPopupListener

selectedIndexChanged

public void selectedIndexChanged(SuggestionPopup suggestionPopup,
                                 int previousSelectedIndex)
Description copied from interface: SuggestionPopupListener
Called when a suggestion popup's selected index has changed.

Specified by:
selectedIndexChanged in interface SuggestionPopupListener