|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthu.netmind.beankeeper.event.ObjectEvent
hu.netmind.beankeeper.event.AttributeEvent
public class AttributeEvent
All events which revolve around the change to one given object's attriubte should extend this superclass.
| Constructor Summary | |
|---|---|
AttributeEvent(java.lang.Object object,
java.lang.String attributeName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()
|
| Methods inherited from class hu.netmind.beankeeper.event.ObjectEvent |
|---|
getObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeEvent(java.lang.Object object,
java.lang.String attributeName)
| Method Detail |
|---|
public java.lang.String getAttributeName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||