AncestorListener
and will call the passed DynamicListening
object when the Component becomes visible or invisible in the sense that it's ancestor window is shown or hidden. It's crucial that the addTo
method is used to register the listener!
Surface
is an example of the use of a DynamicAncestorAdapter
.
@author Hanns Holger Rutz
@version 0.12, 25-Feb-08
@see DynamicListening
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|