public interface DialogDecorator extends Dialog
| Modifier and Type | Method and Description |
|---|---|
void |
onRestoreInstanceState(android.os.Bundle savedInstanceState)
The method, which is invoked in order to restore the state, which has previously stored
within a bundle.
|
void |
onSaveInstanceState(android.os.Bundle outState)
The method, which is invoked in order to stores the decorator's state.
|
getContextvoid onSaveInstanceState(android.os.Bundle outState)
outState - The bundle, the decorator's state should be stored within, as an instance of the
class Bundle. The bundle may not be nullvoid onRestoreInstanceState(android.os.Bundle savedInstanceState)
savedInstanceState - The bundle, which has been used to store the state, as an instance of the class
Bundle. The bundle may not be null