-
public class ScreenOrientationEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceScreenOrientationEvent.OnOrientationListener
-
Constructor Summary
Constructors Constructor Description ScreenOrientationEvent(Context context)
-
Method Summary
Modifier and Type Method Description voidregisterDisplayListener(ScreenOrientationEvent.OnOrientationListener onOrientationListener)voidunRegisterDisplayListener()-
-
Constructor Detail
-
ScreenOrientationEvent
ScreenOrientationEvent(Context context)
-
-
Method Detail
-
registerDisplayListener
void registerDisplayListener(ScreenOrientationEvent.OnOrientationListener onOrientationListener)
-
unRegisterDisplayListener
void unRegisterDisplayListener()
-
-
-
-