org.androidannotations.holder
Class RoboGuiceHolder

java.lang.Object
  extended by org.androidannotations.holder.RoboGuiceHolder

public class RoboGuiceHolder
extends Object


Field Summary
protected  com.sun.codemodel.JVar currentConfig
           
protected  com.sun.codemodel.JFieldVar eventManager
           
protected  com.sun.codemodel.JMethod getInjector
           
protected  com.sun.codemodel.JVar newConfig
           
protected  com.sun.codemodel.JBlock onConfigurationChangedAfterSuperBlock
           
protected  com.sun.codemodel.JBlock onContentChangedAfterSuperBlock
           
protected  com.sun.codemodel.JMethod onDestroy
           
protected  com.sun.codemodel.JBlock onNewIntentAfterSuperBlock
           
protected  com.sun.codemodel.JBlock onPauseAfterSuperBlock
           
protected  com.sun.codemodel.JBlock onRestartAfterSuperBlock
           
protected  com.sun.codemodel.JBlock onRestartBeforeSuperBlock
           
protected  com.sun.codemodel.JBlock onResumeBeforeSuperBlock
           
protected  com.sun.codemodel.JBlock onStartAfterSuperBlock
           
protected  com.sun.codemodel.JBlock onStartBeforeSuperBlock
           
protected  com.sun.codemodel.JMethod onStop
           
protected  com.sun.codemodel.JFieldVar scope
           
 
Constructor Summary
RoboGuiceHolder(EActivityHolder holder)
           
 
Method Summary
 com.sun.codemodel.JVar getCurrentConfig()
           
 com.sun.codemodel.JVar getData()
           
 com.sun.codemodel.JFieldVar getEventManagerField()
           
 com.sun.codemodel.JMethod getGetInjector()
           
 com.sun.codemodel.JVar getNewConfig()
           
 com.sun.codemodel.JBlock getOnActivityResultAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnConfigurationChangedAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnContentChangedAfterSuperBlock()
           
 com.sun.codemodel.JMethod getOnDestroy()
           
 com.sun.codemodel.JBlock getOnNewIntentAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnPauseAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnRestartAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnRestartBeforeSuperBlock()
           
 com.sun.codemodel.JBlock getOnResumeAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnResumeBeforeSuperBlock()
           
 com.sun.codemodel.JBlock getOnStartAfterSuperBlock()
           
 com.sun.codemodel.JBlock getOnStartBeforeSuperBlock()
           
 com.sun.codemodel.JMethod getOnStop()
           
 com.sun.codemodel.JVar getRequestCode()
           
 com.sun.codemodel.JVar getResultCode()
           
 com.sun.codemodel.JFieldVar getScopeField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

protected com.sun.codemodel.JFieldVar scope

eventManager

protected com.sun.codemodel.JFieldVar eventManager

getInjector

protected com.sun.codemodel.JMethod getInjector

onRestartBeforeSuperBlock

protected com.sun.codemodel.JBlock onRestartBeforeSuperBlock

onRestartAfterSuperBlock

protected com.sun.codemodel.JBlock onRestartAfterSuperBlock

onStartBeforeSuperBlock

protected com.sun.codemodel.JBlock onStartBeforeSuperBlock

onStartAfterSuperBlock

protected com.sun.codemodel.JBlock onStartAfterSuperBlock

onResumeBeforeSuperBlock

protected com.sun.codemodel.JBlock onResumeBeforeSuperBlock

onPauseAfterSuperBlock

protected com.sun.codemodel.JBlock onPauseAfterSuperBlock

onNewIntentAfterSuperBlock

protected com.sun.codemodel.JBlock onNewIntentAfterSuperBlock

onStop

protected com.sun.codemodel.JMethod onStop

onDestroy

protected com.sun.codemodel.JMethod onDestroy

newConfig

protected com.sun.codemodel.JVar newConfig

currentConfig

protected com.sun.codemodel.JVar currentConfig

onConfigurationChangedAfterSuperBlock

protected com.sun.codemodel.JBlock onConfigurationChangedAfterSuperBlock

onContentChangedAfterSuperBlock

protected com.sun.codemodel.JBlock onContentChangedAfterSuperBlock
Constructor Detail

RoboGuiceHolder

public RoboGuiceHolder(EActivityHolder holder)
Method Detail

getEventManagerField

public com.sun.codemodel.JFieldVar getEventManagerField()

getScopeField

public com.sun.codemodel.JFieldVar getScopeField()

getGetInjector

public com.sun.codemodel.JMethod getGetInjector()

getOnRestartBeforeSuperBlock

public com.sun.codemodel.JBlock getOnRestartBeforeSuperBlock()

getOnRestartAfterSuperBlock

public com.sun.codemodel.JBlock getOnRestartAfterSuperBlock()

getOnStartBeforeSuperBlock

public com.sun.codemodel.JBlock getOnStartBeforeSuperBlock()

getOnStartAfterSuperBlock

public com.sun.codemodel.JBlock getOnStartAfterSuperBlock()

getOnResumeBeforeSuperBlock

public com.sun.codemodel.JBlock getOnResumeBeforeSuperBlock()

getOnResumeAfterSuperBlock

public com.sun.codemodel.JBlock getOnResumeAfterSuperBlock()

getOnPauseAfterSuperBlock

public com.sun.codemodel.JBlock getOnPauseAfterSuperBlock()

getOnNewIntentAfterSuperBlock

public com.sun.codemodel.JBlock getOnNewIntentAfterSuperBlock()

getOnStop

public com.sun.codemodel.JMethod getOnStop()

getOnDestroy

public com.sun.codemodel.JMethod getOnDestroy()

getNewConfig

public com.sun.codemodel.JVar getNewConfig()

getCurrentConfig

public com.sun.codemodel.JVar getCurrentConfig()

getOnConfigurationChangedAfterSuperBlock

public com.sun.codemodel.JBlock getOnConfigurationChangedAfterSuperBlock()

getOnContentChangedAfterSuperBlock

public com.sun.codemodel.JBlock getOnContentChangedAfterSuperBlock()

getOnActivityResultAfterSuperBlock

public com.sun.codemodel.JBlock getOnActivityResultAfterSuperBlock()

getRequestCode

public com.sun.codemodel.JVar getRequestCode()

getResultCode

public com.sun.codemodel.JVar getResultCode()

getData

public com.sun.codemodel.JVar getData()


Copyright © 2010-2014. All Rights Reserved.