org.androidannotations.helper
Class ViewNotifierHelper

java.lang.Object
  extended by org.androidannotations.helper.ViewNotifierHelper

public class ViewNotifierHelper
extends Object


Constructor Summary
ViewNotifierHelper(EComponentHolder holder)
           
 
Method Summary
 void invokeViewChanged(com.sun.codemodel.JBlock block)
           
 com.sun.codemodel.JVar replacePreviousNotifier(com.sun.codemodel.JBlock block)
           
 com.sun.codemodel.JVar replacePreviousNotifierWithNull(com.sun.codemodel.JBlock block)
           
 void resetPreviousNotifier(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar previousNotifier)
           
 void wrapInitWithNotifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewNotifierHelper

public ViewNotifierHelper(EComponentHolder holder)
Method Detail

invokeViewChanged

public void invokeViewChanged(com.sun.codemodel.JBlock block)

replacePreviousNotifier

public com.sun.codemodel.JVar replacePreviousNotifier(com.sun.codemodel.JBlock block)

replacePreviousNotifierWithNull

public com.sun.codemodel.JVar replacePreviousNotifierWithNull(com.sun.codemodel.JBlock block)

resetPreviousNotifier

public void resetPreviousNotifier(com.sun.codemodel.JBlock block,
                                  com.sun.codemodel.JVar previousNotifier)

wrapInitWithNotifier

public void wrapInitWithNotifier()


Copyright © 2010-2014. All Rights Reserved.