info.magnolia.pages.app.editor.event
Class ComponentMoveEvent

java.lang.Object
  extended by info.magnolia.pages.app.editor.event.ComponentMoveEvent
All Implemented Interfaces:
info.magnolia.event.Event<ComponentMoveEvent.Handler>

public class ComponentMoveEvent
extends Object
implements info.magnolia.event.Event<ComponentMoveEvent.Handler>

Event to notify the system that the move has been started or stopped. Event holds contextual information about the events cause:

  

  fired by: MoveComponentAction
  handler registered in:
  
 


Nested Class Summary
static interface ComponentMoveEvent.Handler
          Handler.
 
Constructor Summary
ComponentMoveEvent(boolean start, boolean serverSide)
           
 
Method Summary
 void dispatch(ComponentMoveEvent.Handler handler)
           
 boolean isServerSide()
           
 boolean isStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentMoveEvent

public ComponentMoveEvent(boolean start,
                          boolean serverSide)
Method Detail

isStart

public boolean isStart()

isServerSide

public boolean isServerSide()

dispatch

public void dispatch(ComponentMoveEvent.Handler handler)
Specified by:
dispatch in interface info.magnolia.event.Event<ComponentMoveEvent.Handler>


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