ILOG JRules

ilog.webui.dhtml.event
Class ContainerAdapter

java.lang.Object
  extended by ilog.webui.dhtml.event.ContainerAdapter
All Implemented Interfaces:
ContainerListener, Serializable, EventListener

public class ContainerAdapter
extends Object
implements ContainerListener, Serializable

An abstract adapter class for receiving container events. The methods in this class are empty. This class exists as convenience for creating listener objects.

See Also:
Serialized Form

Constructor Summary
ContainerAdapter()
           
 
Method Summary
 void componentAdded(ContainerEvent e)
          Invoked when a component has been added to the container.
 void componentRemoved(ContainerEvent e)
          Invoked when a component has been removed from the container.
 void released(ContainerEvent e)
          Invoked when this container is released by its manager.
 
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)
Description copied from interface: ContainerListener

Invoked when a component has been added to the container.

Specified by:
componentAdded in interface ContainerListener

componentRemoved

public void componentRemoved(ContainerEvent e)
Description copied from interface: ContainerListener

Invoked when a component has been removed from the container.

Specified by:
componentRemoved in interface ContainerListener

released

public void released(ContainerEvent e)
Description copied from interface: ContainerListener

Invoked when this container is released by its manager.

This method is called by the IlxWManager.cleanup() method while processing the queue of the no-more-referenced containers.

Specified by:
released in interface ContainerListener
See Also:
IlxWManager.cleanup()

ILOG JRules