Pakiet | lc.foundation |
Interfejs | public interface IManager extends IEventDispatcher |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
faultHandler : Function
The default fault handler function. | IManager |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | IEventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | IEventDispatcher | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | IEventDispatcher | ||
Usuwa detektor z obiektu EventDispatcher. | IEventDispatcher | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | IEventDispatcher |
Szczegół właściwości
faultHandler | właściwość |
faultHandler:Function
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get faultHandler():Function
public function set faultHandler(value:Function):void
Szczegół metody
handleEvent | () | metoda |
public function handleEvent(token:lc.foundation.util:Token, event:LiveCycleEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Parametry
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleEvent — Specifies the event to dispatch.
|
handleFault | () | metoda |
public function handleFault(token:lc.foundation.util:Token, event:LiveCycleFaultEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Parametry
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleFaultEvent — Specifies the fault event.
|
Tue Jun 12 2018, 12:06 PM Z