roboguice.activity.event
Class OnConfigurationChangedEvent

java.lang.Object
  extended by 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)
           
 
Method Summary
 android.content.res.Configuration getNewConfig()
           
 android.content.res.Configuration getOldConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldConfig

protected android.content.res.Configuration oldConfig

newConfig

protected android.content.res.Configuration newConfig
Constructor Detail

OnConfigurationChangedEvent

public OnConfigurationChangedEvent(android.content.res.Configuration oldConfig,
                                   android.content.res.Configuration newConfig)
Method Detail

getOldConfig

public android.content.res.Configuration getOldConfig()

getNewConfig

public android.content.res.Configuration getNewConfig()


Copyright © 2012. All Rights Reserved.