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

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

public abstract class ComponentAdapter
extends java.lang.Object
implements ComponentListener

Abstract Component Adapter.

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

Constructor Summary
ComponentAdapter()
           
 
Method Summary
 void componentHidden(ComponentEvent e)
          Notifies listener that the component has hidden.
 void componentMoved(ComponentEvent e)
          Notifies listener that the component has moved.
 void componentResized(ComponentEvent e)
          Notifies listener that the component has resized.
 void componentShown(ComponentEvent e)
          Notifies listener that the component has shown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentAdapter

public ComponentAdapter()
Method Detail

componentMoved

public void componentMoved(ComponentEvent e)
Notifies listener that the component has moved.

Specified by:
componentMoved in interface ComponentListener
Parameters:
e - the component event

componentResized

public void componentResized(ComponentEvent e)
Notifies listener that the component has resized.

Specified by:
componentResized in interface ComponentListener
Parameters:
e - the component event

componentShown

public void componentShown(ComponentEvent e)
Notifies listener that the component has shown.

Specified by:
componentShown in interface ComponentListener
Parameters:
e - the component event

componentHidden

public void componentHidden(ComponentEvent e)
Notifies listener that the component has hidden.

Specified by:
componentHidden in interface ComponentListener
Parameters:
e - the component event


Copyright © 2007 ETF and contributors. All Rights Reserved.