IJavaCompileUnitEvents Interface

This is an outgoing (event) interface provided by the compile unit through the standard connection point mechanism. If you implement this interface, you can query the compile unit object for IID_IConnectionPointContainer and then call its FindConnectionPoint method with IID_IJavaCompileUnitEvents as the parameter. On the connection point interface returned, you can pass your event handler to the Advise method.

Note   You can also register to receive this event from the CodeSense object. In this case, your handler will receive events from all compile units.

This interface defines the following members.

Member Description
OnCompileUnitChanged Signals that the objects created by the parser may have changed.