Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.chat
Class ChatWindow.ChatWindowAdapter

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by net.java.sip.communicator.impl.gui.main.chat.ChatWindow.ChatWindowAdapter
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
ChatWindow

public class ChatWindow.ChatWindowAdapter
extends WindowAdapter

Before closing the chat window saves the current size and position through the ConfigurationService.


Constructor Summary
ChatWindow.ChatWindowAdapter()
           
 
Method Summary
 void windowClosed(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, windowDeactivated, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatWindow.ChatWindowAdapter

public ChatWindow.ChatWindowAdapter()
Method Detail

windowDeiconified

public void windowDeiconified(WindowEvent e)
Specified by:
windowDeiconified in interface WindowListener
Overrides:
windowDeiconified in class WindowAdapter

windowOpened

public void windowOpened(WindowEvent e)
Specified by:
windowOpened in interface WindowListener
Overrides:
windowOpened in class WindowAdapter

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener
Overrides:
windowClosed in class WindowAdapter

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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