org.apache.jmeter.gui

Class ReportMainFrame.WindowHappenings

Enclosing Class:
ReportMainFrame

protected static class ReportMainFrame.WindowHappenings
extends WindowAdapter

A window adapter used to detect when the main JMeter frame is being closed.

Method Summary

void
windowClosing(WindowEvent event)
Called when the main JMeter frame is being closed.

Method Details

windowClosing

public void windowClosing(WindowEvent event)
Called when the main JMeter frame is being closed. Sends a notification so that JMeter can react appropriately.
Parameters:
event - the WindowEvent to handle

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.