org.netbeans.modules.java.source 0.80.1 17

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.80.1 17

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