org.dynalang.classtoken
Interface ClassTokenListener

All Superinterfaces:
java.util.EventListener

public interface ClassTokenListener
extends java.util.EventListener

Interface that can be implemented in objects interested in receiving events about class tokens.

Version:
$Id: $
Author:
Attila Szegedi

Method Summary
 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).
 

Method Detail

classTokenInvalidated

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).

Parameters:
e - the event object describing the event