Package com.ganteater.ae
Interface RecipeListener
- All Known Implementing Classes:
RecipeRunner
,TaskEditor
,WorkPlace
public interface RecipeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
changeVariable
(String aAttribut, Object aValue) void
checkFailure
(CommandException e, Processor processor) void
closePort
(int thePort) createPort
(int thePort, String aDescription) void
criticalError
(CommandException aThrowable, Processor processor) void
endTask
(boolean aErrorState) void
errorInformation
(Processor processor, Throwable e, Node aTaskNode) void
boolean
void
outToFrame
(Processor processor, Properties aProperties, Object theValue) void
pause()
void
resume()
void
runCommandFrame
(Properties params) void
setProgress
(String aCurrentTaskName, long aMaxTags, long aCurrTags, boolean aErrorState) void
startChildProcess
(TaskProcessorThread aMaxTestRunnable) void
startCommand
(int i) void
void
stopChildProcess
(TaskProcessorThread aMaxTestRunnable) void
stopTest()
-
Method Details
-
setProgress
-
startTask
-
endTask
-
changeVariable
-
startCommand
-
startChildProcess
-
stopChildProcess
-
criticalError
-
checkFailure
-
aboutTest
-
getRunMode
-
exceptionIgnored
-
createPort
- Throws:
IOException
-
closePort
-
errorInformation
- Throws:
CommandException
-
outToFrame
- Throws:
Exception
-
runCommandFrame
- Throws:
Throwable
-
createLog
-
getManager
-
pause
void pause() -
resume
void resume() -
stopTest
void stopTest() -
isNotifyMe
boolean isNotifyMe()
-