EventButton) is clicked.
EventButtonEvent).
LocalController automatically picks up the event, interprets the state, and sends a NavigationEvent.
AppController (itself a LocalController) picks up the NavigationEvent, distills the corresponding movie name, and tells MovieManager to load the movie.
MovieManager sends a MovieManagerEvent that the movie is done, along with the LocalController that manages the new movie.
MovieManagerEvent is picked up by AppController, and tells the LocalController to show.
svn co https://svn.sourceforge.net/svnroot/asapframework/trunk/asapframework/demos/SimpleApplication