站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

SourceForBinaryQuery.Result (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

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

Enclosing interface:
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

public FileObject[] getRoots()
Get the source roots.

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

addChangeListener

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

Parameters:
l - a listener to add

removeChangeListener

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

Parameters:
l - a listener to remove

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.