net.java.sip.communicator.util.swing
Class SIPCommDialog.DialogWindowAdapter
java.lang.Object
java.awt.event.WindowAdapter
net.java.sip.communicator.util.swing.SIPCommDialog.DialogWindowAdapter
- All Implemented Interfaces:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener
- Enclosing class:
- SIPCommDialog
public class SIPCommDialog.DialogWindowAdapter
- extends WindowAdapter
Before closing the application window saves the current size and position
through the ConfigurationService.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIPCommDialog.DialogWindowAdapter
public SIPCommDialog.DialogWindowAdapter()
windowClosing
public void windowClosing(WindowEvent e)
- Invoked when this window is in the process of being closed.
- Specified by:
windowClosing in interface WindowListener- Overrides:
windowClosing in class WindowAdapter
- Parameters:
e - the WindowEvent that notified us
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.