|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.property.PropertyAdapter
public abstract class PropertyAdapter
An abstract adapter class for receving property events.
Methods defined in this class are empty. This class exists as as convenience for creating listener objects.
Constructor Summary | |
---|---|
PropertyAdapter()
|
Method Summary | |
---|---|
void |
propertyAdded(PropertyEvent event)
Notifies that a property was added. |
void |
propertyChanged(PropertyEvent event)
Notifies that a property has changed. |
void |
propertyRemoved(PropertyEvent event)
Notifies that a property was removed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyAdapter()
Method Detail |
---|
public void propertyAdded(PropertyEvent event)
propertyAdded
in interface PropertyListener
event
- Property event.public void propertyRemoved(PropertyEvent event)
propertyRemoved
in interface PropertyListener
event
- Property event.public void propertyChanged(PropertyEvent event)
propertyChanged
in interface PropertyListener
event
- Property event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |