net.java.sip.communicator.impl.gui.main.chat
Class ChatWindow.ChatWindowAdapter
java.lang.Object
java.awt.event.WindowAdapter
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatWindow.ChatWindowAdapter
public ChatWindow.ChatWindowAdapter()
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.
Distributable under LGPL license.