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

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.events.ContainerAdapter
All Implemented Interfaces:
ContainerListener

public class ContainerAdapter
extends java.lang.Object
implements ContainerListener

Abstract Container Adapter.

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

Constructor Summary
ContainerAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerAdapter

public ContainerAdapter()
Method Detail

componentAdded

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

Specified by:
componentAdded in interface ContainerListener
Parameters:
e - the container event

componentRemoved

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

Specified by:
componentRemoved in interface ContainerListener
Parameters:
e - the container event


Copyright © 2007 ETF and contributors. All Rights Reserved.