roboguice.activity.event
Class OnCreateEvent

java.lang.Object
  extended by roboguice.activity.event.OnCreateEvent

public class OnCreateEvent
extends Object

Class representing the event raised by RoboActivity.onCreate() You may also be interested in roboguice.activity.event.OnContentViewAvailableEvent

Author:
Adam Tybor, John Ericksen

Field Summary
protected  android.os.Bundle savedInstanceState
           
 
Constructor Summary
OnCreateEvent(android.os.Bundle savedInstanceState)
           
 
Method Summary
 android.os.Bundle getSavedInstanceState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

savedInstanceState

protected android.os.Bundle savedInstanceState
Constructor Detail

OnCreateEvent

public OnCreateEvent(android.os.Bundle savedInstanceState)
Method Detail

getSavedInstanceState

public android.os.Bundle getSavedInstanceState()


Copyright © 2012. All Rights Reserved.