Interface ConfigurationChangeListener
-
public interface ConfigurationChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConfigChanged(ConfigurationChangeEvent e)voidonConfigDeleted(ConfigurationChangeEvent e)
-
-
-
Method Detail
-
onConfigChanged
void onConfigChanged(ConfigurationChangeEvent e)
-
onConfigDeleted
void onConfigDeleted(ConfigurationChangeEvent e)
-
-