Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.swing
Class SIPCommDialog.DialogWindowAdapter

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by 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.


Constructor Summary
SIPCommDialog.DialogWindowAdapter()
           
 
Method Summary
 void windowClosing(WindowEvent e)
          Invoked when this window is in the process of being closed.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommDialog.DialogWindowAdapter

public SIPCommDialog.DialogWindowAdapter()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.