org.nakedobjects.applib.events
Class CollectionAccessEvent
java.lang.Object
java.util.EventObject
org.nakedobjects.applib.events.InteractionEvent
org.nakedobjects.applib.events.AccessEvent
org.nakedobjects.applib.events.CollectionAccessEvent
- All Implemented Interfaces:
- Serializable
public class CollectionAccessEvent
- extends AccessEvent
Represents an access (reading) of a collection.
Analogous to CollectionAddToEvent or CollectionRemoveFromEvent, however the
InteractionEvent.getReason() will always be null. (If access is not allowed then a vetoing
CollectionVisibilityEvent would have been fired).
- 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 |
CollectionAccessEvent
public CollectionAccessEvent(Object source,
Identifier collectionIdentifier)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.