|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.webui.dhtml.event.ContainerAdapter
public class ContainerAdapter
An abstract adapter class for receiving container events. The methods in this class are empty. This class exists as convenience for creating listener objects.
| 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 |
|---|
public ContainerAdapter()
| Method Detail |
|---|
public void componentAdded(ContainerEvent e)
ContainerListenerInvoked when a component has been added to the container.
componentAdded in interface ContainerListenerpublic void componentRemoved(ContainerEvent e)
ContainerListenerInvoked when a component has been removed from the container.
componentRemoved in interface ContainerListenerpublic void released(ContainerEvent e)
ContainerListenerInvoked 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.
released in interface ContainerListenerIlxWManager.cleanup()
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||