public class AdditionalSearchEvent extends EventObject
source| Constructor and Description |
|---|
AdditionalSearchEvent(JAutoComplete source,
String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
JAutoComplete |
getSource()
Return the event source.
|
String |
getText()
Return the text.
|
toStringpublic AdditionalSearchEvent(JAutoComplete source, String text)
source - the event sourcetext - the textpublic JAutoComplete getSource()
getSource in class EventObjectpublic String getText()