Package arc.backend.robovm
Interface IOSViewControllerListener
public interface IOSViewControllerListener
An IOSViewControllerListener can be added to an
IOSApplication
via
IOSApplication.addViewControllerListener(IOSViewControllerListener)
. It will receive notification of view events.
The methods will be invoked on the UI thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
viewDidAppear
(boolean animated) Called when theIOSApplication
root ViewController has appeared
-
Method Details
-
viewDidAppear
void viewDidAppear(boolean animated) Called when theIOSApplication
root ViewController has appeared
-