Pacchetto | lc.foundation.domain |
Interfaccia | public interface IUserAware |
Implementatori | TaskUserCommand |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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.
Elementi API correlati
Descrizione delle proprietà
user | proprietà |
user:User
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The User
object.
Implementazione
public function get user():User
public function set user(value:User):void
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z