public abstract class RecursiveListener extends Object implements ContainerListener
new RecursiveListener(aComponent);
Uses:
Subclass and implement addListenerTo() and removeListenerFrom().
Available from http://www.mindspring.com/~degroof/java/index.html.
Internet; accessed 8 January 2003.
From the website: "The source code provided here should be considered example
code. That is, you can use or modify it without permission. On the other hand,
you're using the code at your own risk."
| Constructor and Description |
|---|
RecursiveListener(Component component) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addListenerTo(Component comp) |
void |
componentAdded(ContainerEvent evt) |
void |
componentRemoved(ContainerEvent evt) |
void |
ignore(Component comp) |
void |
listenTo(Component comp) |
abstract void |
removeListenerFrom(Component comp) |
public RecursiveListener(Component component)
public void componentRemoved(ContainerEvent evt)
componentRemoved in interface ContainerListenerpublic void componentAdded(ContainerEvent evt)
componentAdded in interface ContainerListenerpublic void listenTo(Component comp)
public void ignore(Component comp)
public abstract void addListenerTo(Component comp)
public abstract void removeListenerFrom(Component comp)
Copyright © 2015. All rights reserved.