roboguice.activity.event
Class OnConfigurationChangedEvent

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

public class OnConfigurationChangedEvent
extends java.lang.Object

Class representing the event raised by RoboActivity.onConfigurationChanged()

Author:
Adam Tybor, John Ericksen

Field Summary
protected  android.content.res.Configuration config
           
 
Constructor Summary
OnConfigurationChangedEvent(android.content.res.Configuration config)
           
 
Method Summary
 android.content.res.Configuration getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected android.content.res.Configuration config
Constructor Detail

OnConfigurationChangedEvent

public OnConfigurationChangedEvent(android.content.res.Configuration config)
Method Detail

getConfig

public android.content.res.Configuration getConfig()


Copyright © 2011. All Rights Reserved.