hu.netmind.beankeeper.event
Class AttributeEvent

java.lang.Object
  extended by hu.netmind.beankeeper.event.ObjectEvent
      extended by hu.netmind.beankeeper.event.AttributeEvent
All Implemented Interfaces:
PersistenceEvent
Direct Known Subclasses:
ClearedContainerEvent, ContainerItemEvent

public class AttributeEvent
extends ObjectEvent

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

AttributeEvent

public AttributeEvent(java.lang.Object object,
                      java.lang.String attributeName)
Method Detail

getAttributeName

public java.lang.String getAttributeName()