IsolateMonitorListenerpublic interface IsolateMonitorListener Class that need to be notified when suites terminate implement this
interface and implementation to the Isolate monitor. |
Methods Summary |
---|
public void | suiteTerminated(int suiteId)Called when a suite isolate is terminated.
|
|