Uses of Class
org.nakedobjects.applib.events.InteractionEvent

Packages that use InteractionEvent
org.nakedobjects.applib.events Interaction events, corresponding to gestures in the user interface. 
 

Uses of InteractionEvent in org.nakedobjects.applib.events
 

Subclasses of InteractionEvent in org.nakedobjects.applib.events
 class AccessEvent
          Represents an access (reading) of a property, collection or title.
 class ActionArgumentEvent
          Represents a check as to whether a particular argument for an action is valid or not.
 class ActionInvocationEvent
          Represents a check as to whether a particular argument for an action is valid or not.
 class ActionUsabilityEvent
          Represents a check as to whether an action is usable or has been disabled.
 class ActionVisibilityEvent
          Represents a check as to whether an action is visible or has been hidden.
 class CollectionAccessEvent
          Represents an access (reading) of a collection.
 class CollectionAddToEvent
          Represents a check as to whether a particular object to be added to a collection is valid or not.
 class CollectionMethodEvent
          Represents an interaction with a collection object itself.
 class CollectionRemoveFromEvent
          Represents a check as to whether a particular object to be removed from a collection is valid or not.
 class CollectionUsabilityEvent
          Represents a check as to whether a collection is usable or has been disabled.
 class CollectionVisibilityEvent
          Represents a check as to whether a collection is visible or has been hidden.
 class ObjectTitleEvent
          Represents an access (reading) of an object's title.
 class 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).
 class ParseValueEvent
          Represents a check as to whether the proposed values of the value type is valid.
 class PropertyAccessEvent
          Represents an access (reading) of a property.
 class PropertyModifyEvent
          Represents a check as to whether a particular value for a property is valid or not.
 class PropertyUsabilityEvent
          Represents a check as to whether a property is usable or has been disabled.
 class PropertyVisibilityEvent
          Represents a check as to whether a property is visible or has been hidden.
 class UsabilityEvent
          Represents a check to determine whether a member of an object is usable or has been disabled.
 class ValidityEvent
          Represents a check to determine whether a proposed change is valid.
 class VisibilityEvent
          Represents a check to determine whether a member of an object is visible or has been hidden.
 



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