Packagecom.soma.interfaces
Interfacepublic interface IComplete

Author: Romuald Quantin - www.soundstep.com

Information:
Blog page - SomaUI
How does it work - Soma Protest
Project Host - Google Code
Documentation - Soma ASDOC
Class version: 2.0
Actionscript version: 3.0

Copyright:

The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied.
See the License for the specific language governing rights and
limitations under the License.

The Original Code is Soma.
The Initial Developer of the Original Code is Romuald Quantin.
Initial Developer are Copyright (C) 2008-2009 Soundstep. All Rights Reserved.

Usage:
Force a class to have a complete method, used to make an action after another that is taking time (tweening, loading, etc).

An example can be found in the Soma Protest Sequence Command.



Public Methods
 MethodDefined by
  
complete(data:Object = null):void
Force a class to have a complete method if this class implement IComplete.
IComplete
Method detail
complete()method
public function complete(data:Object = null):void

Force a class to have a complete method if this class implement IComplete.

Parameters
data:Object (default = null) — Object that can contain anything.