Pacchetto | lc.foundation |
Interfaccia | public interface IManager extends IEventDispatcher |
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 |
IManager
interface is implemented to expose operations and properties related
to the Document Server session. You implement this interface to authenticate a user and provide
the session that is required for all other server operations.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
faultHandler : Function
The default fault handler function. | IManager |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | ||
Invia un evento nel flusso di eventi. | IEventDispatcher | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | ||
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Descrizione delle proprietà
faultHandler | proprietà |
faultHandler:Function
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 default fault handler function. The function must take a single
parameter of type LiveCycleFaultEvent
. All Workspace API fault events
are dispatched to this function, not just the events from the
ISessionManager
implementation.
Implementazione
public function get faultHandler():Function
public function set faultHandler(value:Function):void
Descrizione dei metodi
handleEvent | () | metodo |
public function handleEvent(token:lc.foundation.util:Token, event:LiveCycleEvent):void
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 |
Determines whether the default operation is prevented. When the default operation is not prevented, then the fault events and the fault handlers are dispatched.
Parametri
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleEvent — Specifies the event to dispatch.
|
handleFault | () | metodo |
public function handleFault(token:lc.foundation.util:Token, event:LiveCycleFaultEvent):void
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 |
Determines whether the default operation is prevented. If the default operation is not prevented, then the fault events and the fault handlers are dispatched.
Parametri
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleFaultEvent — Specifies the fault event.
|
Tue Jun 12 2018, 02:44 PM Z