91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9.37MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-07
  • 語言: Html/CSS
  • 標簽:

資源簡介

開源的基于HTML5的商城源碼,基于ECSHOP

資源截圖

代碼片段和文件信息

/*
?*?Copyright?(C)?2012?Markus?Junginger?greenrobot?(http://greenrobot.de)
?*
?*?Licensed?under?the?Apache?License?Version?2.0?(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.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*/
package?de.greenrobot.event;


/**
?*?Posts?events?in?background.
?*?
?*?@author?Markus
?*/
class?AsyncPoster?implements?Runnable?{

????private?final?PendingPostQueue?queue;

????private?final?EventBus?eventBus;

????AsyncPoster(EventBus?eventBus)?{
????????this.eventBus?=?eventBus;
????????queue?=?new?PendingPostQueue();
????}

????public?void?enqueue(Subscription?subscription?object?event)?{
????????PendingPost?pendingPost?=?PendingPost.obtainPendingPost(subscription?event);
????????queue.enqueue(pendingPost);
????????EventBus.executorService.execute(this);
????}

????@Override
????public?void?run()?{
????????PendingPost?pendingPost?=?queue.poll();
????????if(pendingPost?==?null)?{
????????????throw?new?IllegalStateException(“No?pending?post?available“);
????????}
????????eventBus.invokeSubscriber(pendingPost);
????}

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\
?????文件?????????613??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.classpath
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\
?????文件???????????7??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\.name
?????文件?????????711??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\compiler.xml
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\copyright\
?????文件?????????111??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\copyright\profiles_settings.xml
?????文件?????????166??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\encodings.xml
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\libraries\
?????文件?????????227??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\libraries\android_support_v4.xml
?????文件????????7695??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\misc.xml
?????文件?????????258??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\modules.xml
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\scopes\
?????文件?????????139??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\scopes\scope_settings.xml
?????文件????????8794??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\uiDesigner.xml
?????文件?????????169??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\vcs.xml
?????文件???????55399??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.idea\workspace.xml
?????文件?????????823??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.project
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.settings\
?????文件??????????55??2013-11-11?06:48??ECMobile_Universal-master\Android\android\.settings\org.eclipse.core.resources.prefs
?????文件???????10977??2013-11-11?06:48??ECMobile_Universal-master\Android\android\AndroidManifest.xml
?????文件????????1437??2013-11-11?06:48??ECMobile_Universal-master\Android\android\ECMobile.iml
?????文件????????2138??2013-11-11?06:48??ECMobile_Universal-master\Android\android\EcmobileMainActivity.iml
?????文件?????????698??2013-11-11?06:48??ECMobile_Universal-master\Android\android\ant.properties
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\assets\
?????文件??????293510??2013-11-11?06:48??ECMobile_Universal-master\Android\android\assets\alipay_plugin_20120428msp.apk
?????文件????????3919??2013-11-11?06:48??ECMobile_Universal-master\Android\android\build.xml
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\libs\
?????目錄???????????0??2013-11-11?06:48??ECMobile_Universal-master\Android\android\libs\EventBus\
............此處省略1992個文件信息

評論

共有 條評論

相關資源