ccc.client.gwt.actions
Class OpenMoveAction

java.lang.Object
  extended by ccc.client.gwt.actions.OpenMoveAction
All Implemented Interfaces:
Action

public final class OpenMoveAction
extends java.lang.Object
implements Action

Move resource.

Author:
Civic Computing Ltd.

Field Summary
 
Fields inherited from interface ccc.client.core.Action
UI_CONSTANTS, USER_ACTIONS
 
Constructor Summary
OpenMoveAction(SingleSelectionModel selectionModel, ResourceSummary root)
          Constructor.
 
Method Summary
 void execute()
          Perform the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenMoveAction

public OpenMoveAction(SingleSelectionModel selectionModel,
                      ResourceSummary root)
Constructor.

Parameters:
selectionModel - The selection model.
root - The root of current resource tree.
Method Detail

execute

public void execute()
Perform the action.

Specified by:
execute in interface Action


Copyright © 2010. All Rights Reserved.