org.netbeans.modules.java.source 0.80.1 17

org.netbeans.api.java.source
Class TypesEvent

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

public final class TypesEvent
extends EventObject

Event used to notify the ClassIndexListener about a change of declared types in the ClassIndex

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Iterable<? extends ElementHandle<TypeElement>> getTypes()
          Returns the affected declared types.
 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

getTypes

public Iterable<? extends ElementHandle<TypeElement>> getTypes()
Returns the affected declared types.

Returns:
an Iterable of TypeElement handles

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.