Paket | lc.foundation |
Gränssnitt | public interface IManager extends IEventDispatcher |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
faultHandler : Function
The default fault handler function. | IManager |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | IEventDispatcher | ||
Skickar en händelse till händelseflödet. | IEventDispatcher | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | IEventDispatcher | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | IEventDispatcher | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | IEventDispatcher |
Egenskapsdetaljer
faultHandler | egenskap |
faultHandler:Function
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Implementering
public function get faultHandler():Function
public function set faultHandler(value:Function):void
Metoddetaljer
handleEvent | () | metod |
public function handleEvent(token:lc.foundation.util:Token, event:LiveCycleEvent):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleEvent — Specifies the event to dispatch.
|
handleFault | () | metod |
public function handleFault(token:lc.foundation.util:Token, event:LiveCycleFaultEvent):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleFaultEvent — Specifies the fault event.
|
Tue Jun 12 2018, 01:40 PM Z