1  /**
     2   * com.sekati.demo.Test
     3   * @version 1.0.0
     4   * @author jason m horwitz | sekati.com
     5   * Copyright (C) 2007  jason m horwitz, Sekat LLC. All Rights Reserved.
     6   * Released under the MIT License: http://www.opensource.org/licenses/mit-license.php
     7   */
     8  
     9  import com.sekati.display.CoreClip;
    10  
    11  /**
    12   * Simple Test class for {@link com.sekati.utils.ClassUtils}
    13   */
    14  class com.project.ui.Test extends CoreClip {
    15  
    16  	public function Test() {
    17  		trace( "Test instantiated on " + _this._name + "(__GUID: " + _this.__GUID + ")" );
    18  	}
    19  }