com.hack23.cia.web.api.common
Interface Controller

Package class diagram package Controller
All Superinterfaces:
Serializable
All Known Implementing Classes:
FrontController

public interface Controller
extends Serializable

The Interface Controller.


Method Summary
Modifier and Type Method and Description
 void handleAction(ControllerAction action)
          Handle action.
 

Method Detail

handleAction

void handleAction(ControllerAction action)
Handle action.

Parameters:
action - the action


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.