ASyncCommandListener

Kind of class:public interface
Package:com.bourre.commands
Inherits from:none
Implemented by:
Known subinterfaces:
Author:Francis Bourre
Classpath:com.bourre.commands.ASyncCommandListener
File last modified:Monday, 24 November 2008, 11:36:52
Interface for objects which want to be notified of the end of execution
of an asynchronous command.

Summary


Event handlers
  • onCommandEnd (e:Event) : void
    • Called when the command have completed its process.

Event handlers

onCommandEnd

public function onCommandEnd (
e:Event) : void

Called when the command have completed its process.
Parameters:
e:
event dispatched by the command