Class ContractCompilerTaskListener
- java.lang.Object
-
- ch.usi.si.codelounge.jsicko.plugin.ContractCompilerTaskListener
-
- All Implemented Interfaces:
TaskListener
public class ContractCompilerTaskListener extends Object implements TaskListener
-
-
Constructor Summary
Constructors Constructor Description ContractCompilerTaskListener(JavacTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinished(TaskEvent e)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.source.util.TaskListener
started
-
-
-
-
Constructor Detail
-
ContractCompilerTaskListener
public ContractCompilerTaskListener(JavacTask task)
-
-
Method Detail
-
finished
public void finished(TaskEvent e)
- Specified by:
finishedin interfaceTaskListener
-
-