Package org.nakedobjects.applib.events

Interaction events, corresponding to gestures in the user interface.

See:
          Description

Interface Summary
ProposedHolderEvent Makes it easier to process different events that hold a single proposed argument (such as CollectionAddToEvent and PropertyModifyEvent).
 

Class Summary
AccessEvent Represents an access (reading) of a property, collection or title.
ActionArgumentEvent Represents a check as to whether a particular argument for an action is valid or not.
ActionInvocationEvent Represents a check as to whether a particular argument for an action is valid or not.
ActionUsabilityEvent Represents a check as to whether an action is usable or has been disabled.
ActionVisibilityEvent Represents a check as to whether an action is visible or has been hidden.
CollectionAccessEvent Represents an access (reading) of a collection.
CollectionAddToEvent Represents a check as to whether a particular object to be added to a collection is valid or not.
CollectionMethodEvent Represents an interaction with a collection object itself.
CollectionRemoveFromEvent Represents a check as to whether a particular object to be removed from a collection is valid or not.
CollectionUsabilityEvent Represents a check as to whether a collection is usable or has been disabled.
CollectionVisibilityEvent Represents a check as to whether a collection is visible or has been hidden.
InteractionEvent Represents an interaction with a domain object or a particular feature (property, collection, action) of a domain object.
ObjectTitleEvent Represents an access (reading) of an object's title.
ObjectValidityEvent Represents a check as to whether the current values of the properties/collections of an object are valid (for example, prior to saving that object).
ParseValueEvent Represents a check as to whether the proposed values of the value type is valid.
PropertyAccessEvent Represents an access (reading) of a property.
PropertyModifyEvent Represents a check as to whether a particular value for a property is valid or not.
PropertyUsabilityEvent Represents a check as to whether a property is usable or has been disabled.
PropertyVisibilityEvent Represents a check as to whether a property is visible or has been hidden.
UsabilityEvent Represents a check to determine whether a member of an object is usable or has been disabled.
ValidityEvent Represents a check to determine whether a proposed change is valid.
VisibilityEvent Represents a check to determine whether a member of an object is visible or has been hidden.
 

Package org.nakedobjects.applib.events Description

Interaction events, corresponding to gestures in the user interface.

The applib does not provide any means of listening to these events directly, and typically domain objects would not be interested in them either. However, they can be subscribed to using the headlessviewer (which effectively provides a drop-in replacement for the DomainObjectContainer that implements the HeadlessViewer interface).



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