ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
lc.foundation 

IManager  - AS3 ADEP Workspace

Pakietlc.foundation
Interfejspublic 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

The 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
 MetodaZdefiniowane przez
 Inherited
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
 Inherited
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
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
IEventDispatcher
 Inherited
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.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.