当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
GlobalPathRegistryEvent (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0
org.netbeans.api.java.classpath
Class GlobalPathRegistryEvent
java.lang.Object
java.util.EventObject
org.netbeans.api.java.classpath.GlobalPathRegistryEvent
- All Implemented Interfaces:
- Serializable
- public final class GlobalPathRegistryEvent
- extends EventObject
Event object giving details of a change in the path registry.
- See Also:
- Serialized Form
getRegistry
public GlobalPathRegistry getRegistry()
- Get the affected registry.
- Returns:
- the registry
getId
public String getId()
- Get the type of classpaths that were added or removed.
- Returns:
- the type, e.g.
ClassPath.SOURCE
getChangedPaths
public Set getChangedPaths()
- Get a set of classpaths that were added or removed.
- Returns:
- an immutable and nonempty set of
ClassPath
s of the given type