com.ebmwebsourcing.geasytools.geasyui.api.droppable.events
Interface IDropAcceptedEvent

All Known Implementing Classes:
DropAcceptedEvent

public interface IDropAcceptedEvent


Method Summary
 IDraggableElement getDraggableElement()
          The draggable element for which the drop was accepted
 float getX()
          X position where the drop was made relatively to the droppable element
 float getY()
          Y position where the drop was made relatively to the droppable element
 

Method Detail

getDraggableElement

IDraggableElement getDraggableElement()
The draggable element for which the drop was accepted

Returns:

getX

float getX()
X position where the drop was made relatively to the droppable element

Returns:
float

getY

float getY()
Y position where the drop was made relatively to the droppable element

Returns:
float


Copyright © 2010-2011 Petals Link. All Rights Reserved.