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

All Known Implementing Classes:
ContainerAdapter

public interface ContainerListener

Container Listener.

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

Method Summary
 void componentAdded(ContainerEvent e)
          Notifies listener that the component has been added to the container.
 void componentRemoved(ContainerEvent e)
          Notifies listener that the component has been removed from the container.
 

Method Detail

componentAdded

public void componentAdded(ContainerEvent e)
Notifies listener that the component has been added to the container.

Parameters:
e - the container event

componentRemoved

public void componentRemoved(ContainerEvent e)
Notifies listener that the component has been removed from the container.

Parameters:
e - the container event


Copyright © 2007 ETF and contributors. All Rights Reserved.