info.magnolia.pages.app.action
Class MoveComponentAction

java.lang.Object
  extended by info.magnolia.ui.api.action.AbstractAction<MoveComponentActionDefinition>
      extended by info.magnolia.pages.app.action.MoveComponentAction
All Implemented Interfaces:
Action

public class MoveComponentAction
extends AbstractAction<MoveComponentActionDefinition>

Action used for starting and stopping move events components. Usages:

     
 

See Also:
MoveComponentActionDefinition

Constructor Summary
MoveComponentAction(MoveComponentActionDefinition definition, info.magnolia.event.EventBus eventBus)
           
 
Method Summary
 void execute()
          Executes the action.
 
Methods inherited from class info.magnolia.ui.api.action.AbstractAction
getDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveComponentAction

@Inject
public MoveComponentAction(MoveComponentActionDefinition definition,
                                  @Named(value="subapp")
                                  info.magnolia.event.EventBus eventBus)
Method Detail

execute

public void execute()
             throws ActionExecutionException
Description copied from interface: Action
Executes the action.

Throws:
ActionExecutionException - if an error occurs performing the action


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.