org.netbeans.api.java.classpath/1 1.29.1

org.netbeans.api.java.queries
Interface SourceForBinaryQuery.Result

All Known Subinterfaces:
SourceForBinaryQueryImplementation2.Result
All Known Implementing Classes:
SourceForBinaryQuery.Result2
Enclosing class:
SourceForBinaryQuery

public static interface SourceForBinaryQuery.Result

Result of finding sources, encapsulating the answer as well as the ability to listen to it.


Method Summary
 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.
 

Method Detail

getRoots

FileObject[] getRoots()
Get the source roots.

Returns:
array of roots of sources (may be empty but not null)

addChangeListener

void addChangeListener(ChangeListener l)
Add a listener to changes in the roots.

Parameters:
l - a listener to add

removeChangeListener

void removeChangeListener(ChangeListener l)
Remove a listener to changes in the roots.

Parameters:
l - a listener to remove

org.netbeans.api.java.classpath/1 1.29.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.