|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ExecHandleNotifierFactory
Method Summary | |
---|---|
ExecHandleNotifier
|
createAbortedNotifier(ExecHandle execHandle)
|
ExecHandleNotifier
|
createFailedNotifier(ExecHandle execHandle)
|
ExecHandleNotifier
|
createStartedNotifier(ExecHandle execHandle)
|
ExecHandleNotifier
|
createSucceededNotifier(ExecHandle execHandle)
|
Method Detail |
---|
public ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)
Groovy Documentation