yu.ac.bg.etf.javaqx.qswing.events
Interface ComponentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ComponentAdapter

public interface ComponentListener
extends java.util.EventListener

Component Listener.

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

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.
 

Method Detail

componentMoved

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

Parameters:
e - the component event

componentResized

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

Parameters:
e - the component event

componentShown

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

Parameters:
e - the component event

componentHidden

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

Parameters:
e - the component event


Copyright © 2007 ETF and contributors. All Rights Reserved.