org.androidannotations.api.view
Class OnViewChangedNotifier

java.lang.Object
  extended by org.androidannotations.api.view.OnViewChangedNotifier

public class OnViewChangedNotifier
extends Object


Constructor Summary
OnViewChangedNotifier()
           
 
Method Summary
 void notifyViewChanged(HasViews hasViews)
           
static void registerOnViewChangedListener(OnViewChangedListener listener)
           
static OnViewChangedNotifier replaceNotifier(OnViewChangedNotifier notifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnViewChangedNotifier

public OnViewChangedNotifier()
Method Detail

replaceNotifier

public static OnViewChangedNotifier replaceNotifier(OnViewChangedNotifier notifier)

registerOnViewChangedListener

public static void registerOnViewChangedListener(OnViewChangedListener listener)

notifyViewChanged

public void notifyViewChanged(HasViews hasViews)


Copyright © 2010-2014. All Rights Reserved.