public interface ClassTokenListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
classTokenInvalidated(ClassTokenInvalidatedEvent e)
This method is invoked on the listener sometime (no later than next
invocation of
ClassToken.forClass(Class) ) after one or more
class tokens become invalid (the classes they represent became less than
weakly reachable). |
void classTokenInvalidated(ClassTokenInvalidatedEvent e)
ClassToken.forClass(Class)
) after one or more
class tokens become invalid (the classes they represent became less than
weakly reachable).e
- the event object describing the event