org.dynalang.classtoken
Class ClassTokenInvalidatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dynalang.classtoken.ClassTokenInvalidatedEvent
All Implemented Interfaces:
java.io.Serializable

public class ClassTokenInvalidatedEvent
extends java.util.EventObject

Event that is fired sometime (no later than next invocation of ClassToken.forClass(Class))after one or more class tokens becomes invalid (the classes they represent became less than weakly reachable).

Version:
$Id: $
Author:
Attila Szegedi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 ClassToken[] getClassTokens()
          Returns the class token objects that were invalidated
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClassTokens

public ClassToken[] getClassTokens()
Returns the class token objects that were invalidated

Returns:
the invalidated class tokens