ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

javafe.tc
Interface Listener

All Known Implementing Classes:
CopyLoaded, SrcTool

public interface Listener

The interface for listeners of CompilationUnit-loading notification events (sent by OutsideEnv).

See Also:
CompilationUnit, OutsideEnv

Method Summary
 void notify(CompilationUnit justLoaded)
          Each time a CompilationUnit is loaded by OutsideEnv, this routine in the current Listener (see OutsideEnv.setListener) is called with the newly-loaded CompilationUnit.
 

Method Detail

notify

public void notify(CompilationUnit justLoaded)
Each time a CompilationUnit is loaded by OutsideEnv, this routine in the current Listener (see OutsideEnv.setListener) is called with the newly-loaded CompilationUnit.

The passed CompilationUnit will already have the sig fields of its direct TypeDecls adjusted. (See the class comments for OutsideEnv).


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage