roboguice.activity.event
Class OnConfigurationChangedEvent
java.lang.Object
roboguice.activity.event.OnConfigurationChangedEvent
public class OnConfigurationChangedEvent
- extends Object
Class representing the event raised by RoboActivity.onConfigurationChanged()
- Author:
- Adam Tybor, John Ericksen
Field Summary |
protected android.content.res.Configuration |
newConfig
|
protected android.content.res.Configuration |
oldConfig
|
Constructor Summary |
OnConfigurationChangedEvent(android.content.res.Configuration oldConfig,
android.content.res.Configuration newConfig)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldConfig
protected android.content.res.Configuration oldConfig
newConfig
protected android.content.res.Configuration newConfig
OnConfigurationChangedEvent
public OnConfigurationChangedEvent(android.content.res.Configuration oldConfig,
android.content.res.Configuration newConfig)
getOldConfig
public android.content.res.Configuration getOldConfig()
getNewConfig
public android.content.res.Configuration getNewConfig()
Copyright © 2011. All Rights Reserved.