org.aspectj.ajde
Interface EditorListener

All Superinterfaces:
java.util.EventListener

public interface EditorListener
extends java.util.EventListener

Compiler listeners get notified of structure model update events. XXX remove, not used

Author:
Mik Kersten

Method Summary
 void currentFileChanged(java.lang.String filePath)
           
 

Method Detail

currentFileChanged

void currentFileChanged(java.lang.String filePath)
Parameters:
filePath - full path to the current file being edited