チェンジセット 870: as3/GeniusFramework/trunk/samples
- コミット日時:
- 2008/07/22 16:53:34 (4 年前)
- ファイル:
-
- as3/GeniusFramework/trunk/samples/HelloGenius/libs/Genius.swc (更新) (変更前)
- as3/GeniusFramework/trunk/samples/Portfolio/flex/libs/Genius.swc (更新) (変更前)
- as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/core/Application.as (更新) (1 diff)
- as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/threads/amazon/LoadAmazonThread.as (更新) (2 diffs)
- as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/threads/threePane/LoadThreePaneThread.as (更新) (2 diffs)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/core/Application.as
r867 r870 13 13 { 14 14 public static const APPLICATION_NAME:String = 'Portfolio'; 15 public static const APPLICATION_VERSION:String = '1. 4.0';15 public static const APPLICATION_VERSION:String = '1.5.0'; 16 16 public static const DEFAULT_PAGE:String = 'Intro'; 17 17 as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/threads/amazon/LoadAmazonThread.as
r867 r870 1 1 package jp.seagirl.sample.threads.amazon 2 2 { 3 import jp.seagirl.genius.threads. GeniusThread;3 import jp.seagirl.genius.threads.URLLoaderServiceThread; 4 4 import jp.seagirl.sample.amazon; 5 5 import jp.seagirl.sample.models.AmazonModel; … … 7 7 import org.libspark.thread.threads.net.URLLoaderThread; 8 8 9 public class LoadAmazonThread extends GeniusThread9 public class LoadAmazonThread extends URLLoaderServiceThread 10 10 { 11 11 private var model:AmazonModel = AmazonModel.instance; as3/GeniusFramework/trunk/samples/Portfolio/flex/src/jp/seagirl/sample/threads/threePane/LoadThreePaneThread.as
r867 r870 3 3 import flash.net.URLRequestMethod; 4 4 5 import jp.seagirl.genius.threads. GeniusThread;5 import jp.seagirl.genius.threads.URLLoaderServiceThread; 6 6 import jp.seagirl.sample.core.Config; 7 7 import jp.seagirl.sample.models.ThreePaneModel; … … 9 9 import org.libspark.thread.threads.net.URLLoaderThread; 10 10 11 public class LoadThreePaneThread extends GeniusThread11 public class LoadThreePaneThread extends URLLoaderServiceThread 12 12 { 13 13 private var model:ThreePaneModel = ThreePaneModel.instance;

