com.hack23.cia.web.action.user
Class UserAction

Package class diagram package UserAction
java.lang.Object
  extended by com.hack23.cia.web.action.common.AbstractAction
      extended by com.hack23.cia.web.action.user.AbstractUserAction
          extended by com.hack23.cia.web.action.user.UserAction
All Implemented Interfaces:
ControllerAction, Serializable

public class UserAction
extends AbstractUserAction

The Class UserAction.

See Also:
Serialized Form

Constructor Summary
UserAction(UserActionEvent.Operation operation)
          Instantiates a new user action.
 
Method Summary
 UserActionEvent.Operation getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.action.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAction

public UserAction(UserActionEvent.Operation operation)
Instantiates a new user action.

Parameters:
operation - the operation
Method Detail

getOperation

public final UserActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation


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