当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
RootsEvent (Java Source) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.java.source
Class RootsEvent
java.lang.Object
java.util.EventObject
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
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