wt.tools.profiler
Class ProfilerWindowHandler
java.lang.Object
java.awt.event.WindowAdapter
wt.tools.profiler.ProfilerWindowHandler
- All Implemented Interfaces:
- EventListener, WindowFocusListener, WindowListener, WindowStateListener
- public class ProfilerWindowHandler
- extends WindowAdapter
- implements WindowListener
Whenever the main window is closed or user exits the application
the windchill server should be forced to stop profiling. This class
ensures that profiling is disabled in those situations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profilerPane
ProfilerMainPanel profilerPane
ProfilerWindowHandler
public ProfilerWindowHandler(ProfilerMainPanel mainWindow)
windowClosing
public void windowClosing(WindowEvent e)
- Specified by:
windowClosing
in interface WindowListener