soot
Class ConsoleCompilationListener

java.lang.Object
  |
  +--soot.ConsoleCompilationListener
All Implemented Interfaces:
soot.gui.ICompilationListener

public class ConsoleCompilationListener
extends java.lang.Object
implements soot.gui.ICompilationListener


Constructor Summary
ConsoleCompilationListener()
           
 
Method Summary
 void compilationTerminated(int status, java.lang.String msg)
          Implementation of ICompilationListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleCompilationListener

public ConsoleCompilationListener()
Method Detail

compilationTerminated

public void compilationTerminated(int status,
                                  java.lang.String msg)
Implementation of ICompilationListener
Specified by:
compilationTerminated in interface soot.gui.ICompilationListener