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 ErrorListenerpublic java.util.List<java.lang.String> listenerInterest()
listenerInterest in interface ErrorListenerpublic void setTask(Task task)
setTask in interface TaskConscious