roboguice.activity.event
Class OnCreateEvent
java.lang.Object
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
Constructor Summary |
OnCreateEvent(android.os.Bundle savedInstanceState)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
savedInstanceState
protected android.os.Bundle savedInstanceState
OnCreateEvent
public OnCreateEvent(android.os.Bundle savedInstanceState)
getSavedInstanceState
public android.os.Bundle getSavedInstanceState()
Copyright © 2011. All Rights Reserved.