1 7 package com.inversoft.verge.mvc.controller.actionflow.config.test; 8 9 10 import com.inversoft.verge.mvc.controller.Action; 11 12 13 20 public class TestActionHandler { 21 22 25 public TestActionHandler() { 26 } 27 28 29 32 public void handleTestAction(Action formEvent) { 33 } 34 35 38 public void handleTestAction2(Action formEvent) { 39 } 40 41 44 public void handleTestAction3(Action formEvent) { 45 } 46 } 47 | Popular Tags |