public static interface SourceForBinaryQuery.Result
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l)
Add a listener to changes in the roots.
|
FileObject[] |
getRoots()
Get the source roots.
|
void |
removeChangeListener(ChangeListener l)
Remove a listener to changes in the roots.
|
FileObject[] getRoots()
void addChangeListener(ChangeListener l)
l
- a listener to addvoid removeChangeListener(ChangeListener l)
l
- a listener to remove