Pakket | lc.foundation |
Interface | public interface IManager extends IEventDispatcher |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
faultHandler : Function
The default fault handler function. | IManager |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | IEventDispatcher | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | IEventDispatcher | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | IEventDispatcher | ||
Verwijdert een listener uit het object EventDispatcher. | IEventDispatcher | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | IEventDispatcher |
Eigenschapdetails
faultHandler | eigenschap |
faultHandler:Function
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Implementatie
public function get faultHandler():Function
public function set faultHandler(value:Function):void
Methodedetails
handleEvent | () | methode |
public function handleEvent(token:lc.foundation.util:Token, event:LiveCycleEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Parameters
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleEvent — Specifies the event to dispatch.
|
handleFault | () | methode |
public function handleFault(token:lc.foundation.util:Token, event:LiveCycleFaultEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Parameters
token:lc.foundation.util:Token — Specifies the token for the operation.
| |
event:LiveCycleFaultEvent — Specifies the fault event.
|
Wed Jun 13 2018, 11:42 AM Z