|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyFireable | |
---|---|
com.iparelan.util.beans | Iparelan JavaBean Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
Uses of PropertyFireable in com.iparelan.util.beans |
---|
Classes in com.iparelan.util.beans that implement PropertyFireable | |
---|---|
class |
PropertyChangeSupport
An alternative to PropertyChangeSupport with these enhancements:
It guarantees that registered listeners do not strongly refer to observed beans (see the reference
to the book "Hardcore Java" in the "See Also" section below). |
class |
PropertyFireableDecorator
Decorates a PropertyFireable forwarding
all method invocations to the wrapped instance. |
Fields in com.iparelan.util.beans declared as PropertyFireable | |
---|---|
private PropertyFireable |
PropertyFireableDecorator.delegate
Decorated PropertyFireable . |
Constructors in com.iparelan.util.beans with parameters of type PropertyFireable | |
---|---|
PropertyFireableDecorator(PropertyFireable delegate)
Creates a PropertyFireableDecorator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |