Package com.mvc4g.client

Examples of com.mvc4g.client.Controller.addAction()


  }
 
  public void onModuleLoad2()
  {
    Controller mainController = new com.mvc4g.client.Controller();
    mainController.addAction("login", new LoginAction());
    mainController.addView("loginView", new LoginView());
    mainController.handleEvent(new Event("login", null));   
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.