org.nakedobjects.applib.events
Class CollectionVisibilityEvent
java.lang.Object
java.util.EventObject
org.nakedobjects.applib.events.InteractionEvent
org.nakedobjects.applib.events.VisibilityEvent
org.nakedobjects.applib.events.CollectionVisibilityEvent
- All Implemented Interfaces:
- Serializable
public class CollectionVisibilityEvent
- extends VisibilityEvent
Represents a check as to whether a collection is visible or has been hidden.
If InteractionEvent.getReason() is not null then provides the reason why the collection is invisible;
otherwise collection is visible.
- See Also:
- Serialized Form
| Methods inherited from class org.nakedobjects.applib.events.InteractionEvent |
advised, getAdvisorClass, getClassName, getClassNaturalName, getIdentifier, getMemberName, getMemberNaturalName, getMemberParameterNames, getMemberParameterNaturalNames, getReason, getSource, isVeto |
CollectionVisibilityEvent
public CollectionVisibilityEvent(Object source,
Identifier identifier)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.