Uses of Class
com.sun.javatest.tool.CustomPropagationController.EventType
Packages that use CustomPropagationController.EventType
Package
Description
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.EventTypeModifier and TypeFieldDescriptionstatic final CustomPropagationController.EventType
CustomPropagationController.EventType.Finish
static final CustomPropagationController.EventType
CustomPropagationController.EventType.Start
static final CustomPropagationController.EventType
CustomPropagationController.EventType.TemplateLoaded
Methods in com.sun.javatest.tool with parameters of type CustomPropagationController.EventTypeModifier and TypeMethodDescriptionvoid
CustomPropagationController.notify
(CustomPropagationController.EventType evt, InterviewParameters interview, Map<String, String> templateData) Invoked when a template propagation event occurs.