ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.foundation.domain 

IUserAware  - AS3 ADEP Workspace

Packagelc.foundation.domain
Interfacepublic interface IUserAware
Implementors TaskUserCommand

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The IUserAware interface is to be implemented by classes that need to be aware of a User object.

For example, some commands operate in the context of a specific user and, by having them implement the IUserAware interface, the user portions of the commands can be handled in a common manner.

Related API Elements



Public Properties
 PropertyDefined By
  user : User
The User object.
IUserAware
Property Detail

user

property
user:User

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The User object.



Implementation
    public function get user():User
    public function set user(value:User):void

Related API Elements