|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.events.ContainerAdapter
Abstract Container Adapter.
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 |
public ContainerAdapter()
Method Detail |
public void componentAdded(ContainerEvent e)
componentAdded
in interface ContainerListener
e
- the container eventpublic void componentRemoved(ContainerEvent e)
componentRemoved
in interface ContainerListener
e
- the container event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |