info.aduna.autofocus.gui
Interface HistoryFieldListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SearchPanel

public interface HistoryFieldListener
extends EventListener

HistoryFieldListeners are notified by a HistoryField whenever the user makes a deliberate choise, either by pressing the enter key while entering text, by selecting an item from the popup using a mouse click or by pressing the enter key while choosing items from the popup. HistoryFieldListeners are a convenience interface over ActionListeners, as ActionEvents are also sent under other circumstances. See Glazed Lists' AutoCompleteSupport for documentation on when ActionEvents are send.


Method Summary
 void itemSelected(HistoryFieldEvent event)
           
 

Method Detail

itemSelected

void itemSelected(HistoryFieldEvent event)


Copyright © 1997-2008 Aduna. All Rights Reserved.