JET

edu.utep.cs.jet.gui.editor
Interface FileChangeListener


public interface FileChangeListener

A listener interface to notify the opening and closing of the file edited by the editor.

Author:
Yoonsik Cheon

Method Summary
 void fileOpened(File file)
          Called when a file was opened by the editor.
 

Method Detail

fileOpened

void fileOpened(File file)
Called when a file was opened by the editor.


JET

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.