org.nakedobjects.applib.events
Class PropertyVisibilityEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.nakedobjects.applib.events.InteractionEvent
          extended by org.nakedobjects.applib.events.VisibilityEvent
              extended by org.nakedobjects.applib.events.PropertyVisibilityEvent
All Implemented Interfaces:
java.io.Serializable

public class PropertyVisibilityEvent
extends VisibilityEvent

Represents a check as to whether a property is visible or has been hidden.

If InteractionEvent.getReason() is not null then provides the reason why the property is invisible; otherwise property is visible.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyVisibilityEvent(java.lang.Object source, Identifier propertyIdentifier)
           
 
Method Summary
 
Methods inherited from class org.nakedobjects.applib.events.InteractionEvent
advised, getAdvisorClass, getClassName, getClassNaturalName, getIdentifier, getMemberName, getMemberNaturalName, getMemberParameterNames, getMemberParameterNaturalNames, getReason, getSource, isVeto
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyVisibilityEvent

public PropertyVisibilityEvent(java.lang.Object source,
                               Identifier propertyIdentifier)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.