AbstractService
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.service |
| Inherits from: | AbstractCommand |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.service.AbstractService |
| File last modified: | Friday, 15 February 2008, 21:35:41 |
Summary
Constructor
Instance methods
- setResult (result:Object) : void
- getResult : Object
- addServiceListener (listener:ServiceListener) : Boolean
- removeServiceListener (listener:ServiceListener) : Boolean
- getServiceListener : Collection
- setArguments (rest) : void
- getArguments : Object
- fireResult : void
- fireError : void
- addASyncCommandListener (listener:ASyncCommandListener, rest) : Boolean
- Adds the passed-in command listener object as listener
- removeASyncCommandListener (listener:ASyncCommandListener) : Boolean
- Removes the passed-in command listener object as listener
- fireCommandEndEvent : void
- Fires the {VISDOC_CODE_BLOCK_7} event to the listeners of this command.
- release : void
- run : void
- isRunning : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
- fireCommandEndEvent : void
Constructor
AbstractService
public function AbstractService ()Instance methods
addASyncCommandListener
Adds the passed-in command listener object as listener#
for this command events.The {VISDOC_CODE_BLOCK_2} function support
the custom arguments provided by the
{VISDOC_CODE_BLOCK_3} method.addEventListener
public function addEventListener (type:String, listener:Object, rest) : BooleanSpecified by:addServiceListener
Specified by:fireCommandEndEvent
public function fireCommandEndEvent () : voidFires the {VISDOC_CODE_BLOCK_7} event to the listeners of this command.#Specified by:getServiceListener
Specified by:isRunning
public function isRunning () : BooleanremoveASyncCommandListener
Removes the passed-in command listener object as listener#
for this command events.removeEventListener
public function removeEventListener (type:String, listener:Object) : BooleanSpecified by:removeServiceListener
Specified by:run
public function run () : void - removeASyncCommandListener (listener:ASyncCommandListener) : Boolean