Uses of Class
com.sun.javatest.tool.CustomPropagationController.EventType
-
Packages that use CustomPropagationController.EventType Package Description com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of CustomPropagationController.EventType in com.sun.javatest.tool
Fields in com.sun.javatest.tool declared as CustomPropagationController.EventType Modifier and Type Field Description static CustomPropagationController.EventType
CustomPropagationController.EventType. Finish
static CustomPropagationController.EventType
CustomPropagationController.EventType. Start
static CustomPropagationController.EventType
CustomPropagationController.EventType. TemplateLoaded
Methods in com.sun.javatest.tool with parameters of type CustomPropagationController.EventType Modifier and Type Method Description void
CustomPropagationController. notify(CustomPropagationController.EventType evt, InterviewParameters interview, java.util.Properties templateData)
Invoked when a template propagation event occurs.
-