yu.ac.bg.etf.javaqx.qswing.events
Class WindowAdapter

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.events.WindowAdapter
All Implemented Interfaces:
java.util.EventListener, WindowListener

public abstract class WindowAdapter
extends java.lang.Object
implements WindowListener

Abstract Window Adapter.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Constructor Summary
WindowAdapter()
           
 
Method Summary
 void windowActivated(WindowEvent e)
          Notifies listener that the window is activated.
 void windowClosed(WindowEvent e)
          Notifies listener that the window is closed.
 void windowClosing(WindowEvent e)
          Notifies listener that the window is closing.
 void windowDeactivated(WindowEvent e)
          Notifies listener that the window is deactivated.
 void windowGainedFocus(WindowEvent e)
          Notifies listener that the window has gained focus.
 void windowLostFocus(WindowEvent e)
          Notifies listener that the window has lost focus.
 void windowOpened(WindowEvent e)
          Notifies listener that the window is made visible.
 void windowStateChanged(WindowEvent e)
          Notifies listener that the window state is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowAdapter

public WindowAdapter()
Method Detail

windowOpened

public void windowOpened(WindowEvent e)
Notifies listener that the window is made visible.

Specified by:
windowOpened in interface WindowListener
Parameters:
e - the window event

windowClosing

public void windowClosing(WindowEvent e)
Notifies listener that the window is closing.

Specified by:
windowClosing in interface WindowListener
Parameters:
e - the window event

windowClosed

public void windowClosed(WindowEvent e)
Notifies listener that the window is closed.

Specified by:
windowClosed in interface WindowListener
Parameters:
e - the window event

windowActivated

public void windowActivated(WindowEvent e)
Notifies listener that the window is activated.

Specified by:
windowActivated in interface WindowListener
Parameters:
e - the window event

windowDeactivated

public void windowDeactivated(WindowEvent e)
Notifies listener that the window is deactivated.

Specified by:
windowDeactivated in interface WindowListener
Parameters:
e - the window event

windowGainedFocus

public void windowGainedFocus(WindowEvent e)
Notifies listener that the window has gained focus.

Specified by:
windowGainedFocus in interface WindowListener
Parameters:
e - the window event

windowLostFocus

public void windowLostFocus(WindowEvent e)
Notifies listener that the window has lost focus.

Specified by:
windowLostFocus in interface WindowListener
Parameters:
e - the window event

windowStateChanged

public void windowStateChanged(WindowEvent e)
Notifies listener that the window state is changed.

Specified by:
windowStateChanged in interface WindowListener
Parameters:
e - the window event


Copyright © 2007 ETF and contributors. All Rights Reserved.