Uses of Interface
com.sun.javatest.tool.Tool.Observer
-
Packages that use Tool.Observer 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 Tool.Observer in com.sun.javatest.tool
Methods in com.sun.javatest.tool with parameters of type Tool.Observer Modifier and Type Method Description void
Tool. addObserver(Tool.Observer o)
Add an observer to be notified of changes to a tool.void
Tool. removeObserver(Tool.Observer o)
Remove a previously registered observer so that it will no longer be notified of changes to a tool.
-