JET

edu.utep.cs.jet.gui.tester
Interface ClassFileChangeListener


public interface ClassFileChangeListener

A listener interface to notify the loading of a class file by the tester.

Author:
Yoonsik Cheon

Method Summary
 void fileLoaded(File file)
          Called when a new class file was loaded by the tester.
 

Method Detail

fileLoaded

void fileLoaded(File file)
Called when a new class file was loaded by the tester.


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.