public class ErrorTrackerTest extends java.lang.Object implements ErrorListener, TaskConscious
Constructor and Description |
---|
ErrorTrackerTest() |
Modifier and Type | Method and Description |
---|---|
void |
errorOccurred(ErrorEvent errorEvent) |
java.util.List<java.lang.String> |
listenerInterest() |
void |
process(java.util.List in) |
void |
setTask(Task task) |
public void process(java.util.List in)
public void errorOccurred(ErrorEvent errorEvent)
errorOccurred
in interface ErrorListener
public java.util.List<java.lang.String> listenerInterest()
listenerInterest
in interface ErrorListener
public void setTask(Task task)
setTask
in interface TaskConscious