private abstract class RunNotifier.SafeNotifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<RunListener> |
currentListeners |
Constructor and Description |
---|
SafeNotifier() |
SafeNotifier(java.util.List<RunListener> currentListeners) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
notifyListener(RunListener each) |
(package private) void |
run() |
private final java.util.List<RunListener> currentListeners
SafeNotifier()
SafeNotifier(java.util.List<RunListener> currentListeners)
void run()
protected abstract void notifyListener(RunListener each) throws java.lang.Exception
java.lang.Exception