949596979899100101102103104
// The Command reference may be null if the // CommandFrameworkDemoRemoteApp // project has not been loaded. if (command != null) { command.execute(this); } // Push a MainScreen onto the display stack pushScreen(new CommandFrameworkDemoScreen()); }