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 listSizeChanged(SuggestionPopup suggestionPopup, int previousListSize)
          Called when a suggestion popup's list size has changed.
 void suggestionDataChanged(SuggestionPopup suggestionPopup, List<?> previousSuggestionData)
          Called when a suggestion popup's suggestions have changed.
 void suggestionRendererChanged(SuggestionPopup suggestionPopup, ListView.ItemRenderer previousSuggestionRenderer)
          Called when a suggestion popup's item renderer has 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

suggestionDataChanged

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

Specified by:
suggestionDataChanged 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

listSizeChanged

public void listSizeChanged(SuggestionPopup suggestionPopup,
                            int previousListSize)
Description copied from interface: SuggestionPopupListener
Called when a suggestion popup's list size has changed.

Specified by:
listSizeChanged in interface SuggestionPopupListener