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.
|
toString
public AdditionalSearchEvent(JAutoComplete source, String text)
source
- the event sourcetext
- the textpublic JAutoComplete getSource()
getSource
in class EventObject
public String getText()