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

RootsEvent (Java Source) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.java.source 0.13.0 1

org.netbeans.api.java.source
Class RootsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.netbeans.api.java.source.RootsEvent
All Implemented Interfaces:
Serializable

public final class RootsEvent
extends EventObject

Event used to notify the ClassIndexListener about a change in the underlying ClassPath

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Iterable<? extends URL> getRoots()
          Returns the affected declared ClassPath roots.
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRoots

public Iterable<? extends URL> getRoots()
Returns the affected declared ClassPath roots.

Returns:
an Iterable of URL

toString

public String toString()
Overrides:
toString in class EventObject

org.netbeans.modules.java.source 0.13.0 1

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