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.EventTypeCustomPropagationController.EventType. Finishstatic CustomPropagationController.EventTypeCustomPropagationController.EventType. Startstatic CustomPropagationController.EventTypeCustomPropagationController.EventType. TemplateLoadedMethods in com.sun.javatest.tool with parameters of type CustomPropagationController.EventType Modifier and Type Method Description voidCustomPropagationController. notify(CustomPropagationController.EventType evt, InterviewParameters interview, java.util.Map<java.lang.String,java.lang.String> templateData)Invoked when a template propagation event occurs.
-