public interface ISupportTimings
When a Java™ Plugin implements this interface, the plugin container
will call setTimings(Timings)
with the container instance of the
Timings
support.
If the Java™ Plugin extends either the SimpleStepAdapter
or
StepAdapter
abstract classes, the Timings
instance passed to
setTimings(Timings)
must be set in the mTimings
variable
in order to enable Timings support.
Modifier and Type | Method and Description |
---|---|
void |
setTimings(Timings timings)
Capture the container supplied
Timings instance. |
Copyright © 2012 SAS Institute Inc. All Rights Reserved.